diff --git a/README.md b/README.md index d340e2b..27e2307 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ * [演示工程](https://gitee.com/best_handsome/mybatis-plus-join-demo) * 点个Star支持一下吧 :) -QQ群:1022221898 +QQ群:1022221898 +[加入微信群](https://gitee.com/best_handsome/mybatis-plus-join/issues/I65N2M) ## 使用方法 @@ -15,12 +16,12 @@ QQ群:1022221898 com.github.yulichang mybatis-plus-join-boot-starter - 1.3.8 + 1.3.10 ``` - Gradle ``` - implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.3.8' + implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.3.10' ``` 或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/mybatis-plus-join-annotation/pom.xml b/mybatis-plus-join-annotation/pom.xml index cc58eeb..4ea2812 100644 --- a/mybatis-plus-join-annotation/pom.xml +++ b/mybatis-plus-join-annotation/pom.xml @@ -7,9 +7,9 @@ com.github.yulichang mybatis-plus-join-root - 1.3.8 + 1.3.10 - 1.3.8 + 1.3.10 mybatis-plus-join-annotation mybatis-plus-join-annotation @@ -51,4 +51,4 @@ provided - \ No newline at end of file + diff --git a/mybatis-plus-join-boot-starter/pom.xml b/mybatis-plus-join-boot-starter/pom.xml index 1c37bc0..6f8d72a 100644 --- a/mybatis-plus-join-boot-starter/pom.xml +++ b/mybatis-plus-join-boot-starter/pom.xml @@ -7,9 +7,9 @@ com.github.yulichang mybatis-plus-join-root - 1.3.8 + 1.3.10 - 1.3.8 + 1.3.10 mybatis-plus-join-boot-starter mybatis-plus-join-boot-starter @@ -47,7 +47,7 @@ com.github.yulichang mybatis-plus-join-core - 1.3.8 + 1.3.10 org.springframework.boot @@ -68,4 +68,4 @@ provided - \ No newline at end of file + diff --git a/mybatis-plus-join-core/pom.xml b/mybatis-plus-join-core/pom.xml index 288cd4f..0544c8e 100644 --- a/mybatis-plus-join-core/pom.xml +++ b/mybatis-plus-join-core/pom.xml @@ -7,9 +7,9 @@ com.github.yulichang mybatis-plus-join-root - 1.3.8 + 1.3.10 - 1.3.8 + 1.3.10 mybatis-plus-join-core mybatis-plus-join-core @@ -47,7 +47,7 @@ com.github.yulichang mybatis-plus-join-annotation - 1.3.8 + 1.3.10 com.baomidou diff --git a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/InterceptorConfig.java b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/InterceptorConfig.java index 60f8f59..8cdbd0a 100644 --- a/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/InterceptorConfig.java +++ b/mybatis-plus-join-core/src/main/java/com/github/yulichang/config/InterceptorConfig.java @@ -7,6 +7,7 @@ import org.apache.ibatis.logging.Log; import org.apache.ibatis.logging.LogFactory; import org.apache.ibatis.plugin.Interceptor; import org.apache.ibatis.plugin.InterceptorChain; +import org.apache.ibatis.session.Configuration; import org.apache.ibatis.session.SqlSessionFactory; import java.lang.reflect.Field; @@ -28,7 +29,7 @@ public class InterceptorConfig { //打印banner System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" + "| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" + - " / | / 1.3.8"); + " / | / 1.3.10"); } } @@ -39,7 +40,7 @@ public class InterceptorConfig { } for (SqlSessionFactory factory : sqlSessionFactoryList) { try { - Field interceptorChain = org.apache.ibatis.session.Configuration.class.getDeclaredField("interceptorChain"); + Field interceptorChain = Configuration.class.getDeclaredField("interceptorChain"); interceptorChain.setAccessible(true); InterceptorChain chain = (InterceptorChain) interceptorChain.get(factory.getConfiguration()); Field interceptors = InterceptorChain.class.getDeclaredField("interceptors"); diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml index 1e6a426..2a7974b 100644 --- a/mybatis-plus-join-test/pom.xml +++ b/mybatis-plus-join-test/pom.xml @@ -7,11 +7,11 @@ com.github.yulichang mybatis-plus-join-root - 1.3.8 + 1.3.10 mybatis-plus-join-test pom - 1.3.8 + 1.3.10 mybatis-plus-join-test @@ -85,7 +85,7 @@ com.github.yulichang mybatis-plus-join-boot-starter - 1.3.8 + 1.3.10 @@ -110,4 +110,4 @@ - \ No newline at end of file + diff --git a/mybatis-plus-join-test/test-collection/pom.xml b/mybatis-plus-join-test/test-collection/pom.xml index 362db34..9dd535b 100644 --- a/mybatis-plus-join-test/test-collection/pom.xml +++ b/mybatis-plus-join-test/test-collection/pom.xml @@ -5,7 +5,7 @@ com.github.yulichang mybatis-plus-join-test - 1.3.8 + 1.3.10 4.0.0 @@ -17,4 +17,4 @@ UTF-8 - \ No newline at end of file + diff --git a/mybatis-plus-join-test/test-join/pom.xml b/mybatis-plus-join-test/test-join/pom.xml index b11b489..5279840 100644 --- a/mybatis-plus-join-test/test-join/pom.xml +++ b/mybatis-plus-join-test/test-join/pom.xml @@ -5,7 +5,7 @@ com.github.yulichang mybatis-plus-join-test - 1.3.8 + 1.3.10 4.0.0 @@ -16,4 +16,4 @@ 8 UTF-8 - \ No newline at end of file + diff --git a/mybatis-plus-join-test/test-mapping/pom.xml b/mybatis-plus-join-test/test-mapping/pom.xml index 2db057c..de1d8a5 100644 --- a/mybatis-plus-join-test/test-mapping/pom.xml +++ b/mybatis-plus-join-test/test-mapping/pom.xml @@ -5,7 +5,7 @@ mybatis-plus-join-test com.github.yulichang - 1.3.8 + 1.3.10 4.0.0 @@ -17,4 +17,4 @@ UTF-8 - \ No newline at end of file + diff --git a/mybatis-plus-join/pom.xml b/mybatis-plus-join/pom.xml index 1292578..4e5cec9 100644 --- a/mybatis-plus-join/pom.xml +++ b/mybatis-plus-join/pom.xml @@ -10,13 +10,13 @@ com.github.yulichang mybatis-plus-join-boot-starter - 1.3.8 + 1.3.10 --> 4.0.0 com.github.yulichang - 1.3.8 mybatis-plus-join + 1.3.10 mybatis-plus-join An enhanced toolkit of Mybatis-Plus to simplify development. @@ -53,7 +53,7 @@ com.github.yulichang mybatis-plus-join-boot-starter - 1.3.8 + 1.3.10 - \ No newline at end of file + diff --git a/pom.xml b/pom.xml index 636323a..a8a0ed7 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ com.github.yulichang mybatis-plus-join-root pom - 1.3.8 + 1.3.10 mybatis-plus-join-root An enhanced toolkit of Mybatis-Plus to simplify development.