diff --git a/README-zh.md b/README-zh.md index 3d4d970c..d9d5e291 100644 --- a/README-zh.md +++ b/README-zh.md @@ -15,7 +15,6 @@ -
maven @@ -49,12 +48,12 @@ QQ群:1022221898 或者 com.github.yulichang mybatis-plus-join-boot-starter - 1.4.9 + 1.4.10 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.9' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.10' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/README.md b/README.md index d9dba93d..7b779cf2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ -
maven @@ -47,12 +46,12 @@ QQ群:1022221898 或者 com.github.yulichang mybatis-plus-join-boot-starter - 1.4.9 + 1.4.10 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.9' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.4.10' ``` 或者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 ccef4401..b0b24252 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 MPJInterceptorConfig(List sqlSessionFactoryList, Boole System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" + "| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" + " / | /\n" + - " 1.4.9"); + " 1.4.10"); } } diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml index 8ee3b2a3..9c3ac128 100644 --- a/mybatis-plus-join-test/pom.xml +++ b/mybatis-plus-join-test/pom.xml @@ -50,7 +50,7 @@ - 1.4.9 + 1.4.10 3.5.5 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 8f66facf..65bf793c 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.9 + 1.4.10 3.5.5 17 @@ -88,4 +88,34 @@ + + + + org.codehaus.mojo + flatten-maven-plugin + 1.5.0 + + + true + resolveCiFriendliesOnly + + + + flatten + process-resources + + flatten + + + + flatten.clean + clean + + clean + + + + + + diff --git a/mybatis-plus-join/pom.xml b/mybatis-plus-join/pom.xml index 5486ac57..188c731c 100644 --- a/mybatis-plus-join/pom.xml +++ b/mybatis-plus-join/pom.xml @@ -41,7 +41,7 @@ - 1.4.9 + 1.4.10 1.8 1.8 diff --git a/pom.xml b/pom.xml index 9a9b697f..bf0625a9 100644 --- a/pom.xml +++ b/pom.xml @@ -40,7 +40,7 @@ - 1.4.9 + 1.4.10 3.5.5 1.8