Skip to content

Commit

Permalink
Fix support for Spring Boot 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
WhiteDG committed Nov 28, 2023
1 parent f8f1a51 commit 5edd470
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mybatis-crypto-demo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@
<dependency>
<groupId>io.github.whitedg</groupId>
<artifactId>mybatis-crypto-spring-boot-starter</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
</dependency>
<dependency>
<groupId>io.github.whitedg</groupId>
<artifactId>mybatis-crypto-encryptors</artifactId>
<version>1.2.4</version>
<version>1.2.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter -->
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
io.github.whitedg.mybatis.crypto.MyBatisCryptoAutoConfiguration
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
</modules>

<properties>
<revision>1.2.4</revision>
<revision>1.2.5</revision>

<java.version>1.8</java.version>
<maven.compiler.source>8</maven.compiler.source>
Expand Down

0 comments on commit 5edd470

Please sign in to comment.