diff --git a/README-zh.md b/README-zh.md index 2daa6d4..e4a3ad5 100644 --- a/README-zh.md +++ b/README-zh.md @@ -47,12 +47,12 @@ QQ群:680016987 或者 com.github.yulichang mybatis-plus-join-boot-starter - 1.4.13 + 1.5.0 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.13' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.0' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/README.md b/README.md index 265e147..3dda1ab 100644 --- a/README.md +++ b/README.md @@ -47,12 +47,12 @@ QQ群:680016987 或者 com.github.yulichang mybatis-plus-join-boot-starter - 1.4.13 + 1.5.0 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.13' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.5.0' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java index d8bc4db..1456fea 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/MPJInterceptorConfig.java @@ -30,7 +30,7 @@ public class MPJInterceptorConfig { System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" + "| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" + " / | /\n" + - " 1.4.13"); + " 1.5.0"); } } diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml index 00fe1af..1acaad1 100644 --- a/mybatis-plus-join-test/pom.xml +++ b/mybatis-plus-join-test/pom.xml @@ -50,7 +50,7 @@ - 1.4.13 + 1.5.0 3.5.7 1.8 diff --git a/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml b/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml index 7e38df4..1fb0b3b 100644 --- a/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml +++ b/mybatis-plus-join-test/test-springboot3-jdk17/pom.xml @@ -14,7 +14,7 @@ test-springboot3-jdk17 - 1.4.13 + 1.5.0 3.5.6 17 diff --git a/pom.xml b/pom.xml index 08c7118..7d97eae 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ - 1.4.13 + 1.5.0 3.5.7 1.8