From 4e629dfe0ab1f2408df103efced9f6449b38fa1f Mon Sep 17 00:00:00 2001
From: yulichang <570810310@qq.com>
Date: Fri, 9 Dec 2022 22:58:56 +0800
Subject: [PATCH 1/4] 1.3.10
---
README.md | 4 +-
mybatis-plus-join-annotation/pom.xml | 6 +-
mybatis-plus-join-boot-starter/pom.xml | 8 +-
mybatis-plus-join-core/pom.xml | 6 +-
.../yulichang/config/InterceptorConfig.java | 2 +-
mybatis-plus-join-test/pom.xml | 8 +-
.../test-collection/pom.xml | 4 +-
mybatis-plus-join-test/test-join/pom.xml | 4 +-
mybatis-plus-join-test/test-mapping/pom.xml | 4 +-
mybatis-plus-join/pom.xml | 16 +-
pom.xml | 143 +++++++++++++++++-
11 files changed, 175 insertions(+), 30 deletions(-)
diff --git a/README.md b/README.md
index d340e2b..4e716e6 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,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..29cfc13 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
@@ -28,7 +28,7 @@ public class InterceptorConfig {
//打印banner
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
- " / | / 1.3.8");
+ " / | / 1.3.10");
}
}
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..09b70dd 100644
--- a/mybatis-plus-join/pom.xml
+++ b/mybatis-plus-join/pom.xml
@@ -2,6 +2,12 @@
+ 4.0.0
+
+ com.github.yulichang
+ mybatis-plus-join-root
+ 1.3.10
+
- 4.0.0
- com.github.yulichang
- 1.3.8
+ 1.3.10
mybatis-plus-join
mybatis-plus-join
@@ -53,7 +57,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..8f2caab 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.
@@ -33,6 +33,7 @@
mybatis-plus-join-boot-starter
mybatis-plus-join-core
mybatis-plus-join-annotation
+ mybatis-plus-join
mybatis-plus-join-test
@@ -48,4 +49,144 @@
+
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+ 30
+
+
+
+
+
+
+ disable-javadoc-doclint
+
+ [1.8,)
+
+
+ -Xdoclint:none
+
+
+
+ release
+
+
+
+ org.apache.maven.plugins
+ maven-source-plugin
+ 2.2.1
+
+
+ attach-sources
+
+ jar-no-fork
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9.1
+
+
+ attach-javadocs
+
+ jar
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-gpg-plugin
+ 1.5
+
+
+ sign-artifacts
+ verify
+
+ sign
+
+
+
+
+
+ org.sonatype.plugins
+ nexus-staging-maven-plugin
+ 1.6.8
+ true
+
+ ossrh
+ https://oss.sonatype.org/
+ true
+ 30
+
+
+
+
+
+
+
+
+ ossrh
+ https://oss.sonatype.org/content/repositories/snapshots
+
+
+ ossrh
+ https://oss.sonatype.org/service/local/staging/deploy/maven2/
+
+
+
From 462e132f5beb180995a9c250c8597885d04d0fa5 Mon Sep 17 00:00:00 2001
From: yulichang <570810310@qq.com>
Date: Sun, 11 Dec 2022 10:40:27 +0800
Subject: [PATCH 2/4] 1.3.10
---
.../com/github/yulichang/config/InterceptorConfig.java | 3 ++-
mybatis-plus-join/pom.xml | 8 ++------
2 files changed, 4 insertions(+), 7 deletions(-)
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 29cfc13..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;
@@ -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/pom.xml b/mybatis-plus-join/pom.xml
index 09b70dd..0e125c3 100644
--- a/mybatis-plus-join/pom.xml
+++ b/mybatis-plus-join/pom.xml
@@ -2,12 +2,6 @@
- 4.0.0
-
- com.github.yulichang
- mybatis-plus-join-root
- 1.3.10
-
+ 4.0.0
+ com.github.yulichang
1.3.10
mybatis-plus-join
mybatis-plus-join
From 00c553ff0cc8eed3d6e9aa70460e0bf8757ea87c Mon Sep 17 00:00:00 2001
From: yulichang <570810310@qq.com>
Date: Sun, 11 Dec 2022 11:26:28 +0800
Subject: [PATCH 3/4] 1.3.10
---
README.md | 3 ++-
pom.xml | 1 -
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 4e716e6..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)
## 使用方法
diff --git a/pom.xml b/pom.xml
index 8f2caab..eedcc4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,7 +33,6 @@
mybatis-plus-join-boot-starter
mybatis-plus-join-core
mybatis-plus-join-annotation
- mybatis-plus-join
mybatis-plus-join-test
From 94136856254118ce268063914d76329904c7a0f5 Mon Sep 17 00:00:00 2001
From: yulichang <570810310@qq.com>
Date: Sun, 11 Dec 2022 12:16:06 +0800
Subject: [PATCH 4/4] 1.3.10
---
mybatis-plus-join/pom.xml | 2 +-
pom.xml | 140 --------------------------------------
2 files changed, 1 insertion(+), 141 deletions(-)
diff --git a/mybatis-plus-join/pom.xml b/mybatis-plus-join/pom.xml
index 0e125c3..4e5cec9 100644
--- a/mybatis-plus-join/pom.xml
+++ b/mybatis-plus-join/pom.xml
@@ -15,8 +15,8 @@
-->
4.0.0
com.github.yulichang
- 1.3.10
mybatis-plus-join
+ 1.3.10
mybatis-plus-join
An enhanced toolkit of Mybatis-Plus to simplify development.
diff --git a/pom.xml b/pom.xml
index eedcc4c..a8a0ed7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,144 +48,4 @@
-
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 2.2.1
-
-
- attach-sources
-
- jar-no-fork
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.9.1
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.5
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
- true
-
- ossrh
- https://oss.sonatype.org/
- true
- 30
-
-
-
-
-
-
- disable-javadoc-doclint
-
- [1.8,)
-
-
- -Xdoclint:none
-
-
-
- release
-
-
-
- org.apache.maven.plugins
- maven-source-plugin
- 2.2.1
-
-
- attach-sources
-
- jar-no-fork
-
-
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.9.1
-
-
- attach-javadocs
-
- jar
-
-
-
-
-
-
- org.apache.maven.plugins
- maven-gpg-plugin
- 1.5
-
-
- sign-artifacts
- verify
-
- sign
-
-
-
-
-
- org.sonatype.plugins
- nexus-staging-maven-plugin
- 1.6.8
- true
-
- ossrh
- https://oss.sonatype.org/
- true
- 30
-
-
-
-
-
-
-
-
- ossrh
- https://oss.sonatype.org/content/repositories/snapshots
-
-
- ossrh
- https://oss.sonatype.org/service/local/staging/deploy/maven2/
-
-
-