diff --git a/README.md b/README.md
index 27e2307..fc5c741 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,12 @@ QQ群:1022221898
com.github.yulichang
mybatis-plus-join-boot-starter
- 1.3.10
+ 1.3.11
```
- Gradle
```
- implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.3.10'
+ implementation 'com.github.yulichang:mybatis-plus-join-boot-starter:1.3.11'
```
或者clone代码到本地执行 mvn install, 再引入以上依赖
diff --git a/mybatis-plus-join-annotation/pom.xml b/mybatis-plus-join-annotation/pom.xml
index 4ea2812..a42c1c1 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.10
+ 1.3.11
- 1.3.10
+ 1.3.11
mybatis-plus-join-annotation
mybatis-plus-join-annotation
diff --git a/mybatis-plus-join-boot-starter/pom.xml b/mybatis-plus-join-boot-starter/pom.xml
index 6f8d72a..2ab8557 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.10
+ 1.3.11
- 1.3.10
+ 1.3.11
mybatis-plus-join-boot-starter
mybatis-plus-join-boot-starter
@@ -47,7 +47,7 @@
com.github.yulichang
mybatis-plus-join-core
- 1.3.10
+ 1.3.11
org.springframework.boot
diff --git a/mybatis-plus-join-core/pom.xml b/mybatis-plus-join-core/pom.xml
index 0544c8e..e373655 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.10
+ 1.3.11
- 1.3.10
+ 1.3.11
mybatis-plus-join-core
mybatis-plus-join-core
@@ -47,7 +47,7 @@
com.github.yulichang
mybatis-plus-join-annotation
- 1.3.10
+ 1.3.11
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 8cdbd0a..a893038 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
@@ -29,7 +29,7 @@ public class InterceptorConfig {
//打印banner
System.out.println(" _ _ |_ _ _|_. ___ _ | _ . _ . _ \n" +
"| | |\\/|_)(_| | |_\\ |_)||_|_\\ | (_) | | | \n" +
- " / | / 1.3.10");
+ " / | / 1.3.11");
}
}
diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml
index 2a7974b..52d049e 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.10
+ 1.3.11
mybatis-plus-join-test
pom
- 1.3.10
+ 1.3.11
mybatis-plus-join-test
@@ -85,7 +85,7 @@
com.github.yulichang
mybatis-plus-join-boot-starter
- 1.3.10
+ 1.3.11
diff --git a/mybatis-plus-join-test/test-collection/pom.xml b/mybatis-plus-join-test/test-collection/pom.xml
index 9dd535b..0c30c90 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.10
+ 1.3.11
4.0.0
diff --git a/mybatis-plus-join-test/test-join/pom.xml b/mybatis-plus-join-test/test-join/pom.xml
index 5279840..18901c7 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.10
+ 1.3.11
4.0.0
diff --git a/mybatis-plus-join-test/test-mapping/pom.xml b/mybatis-plus-join-test/test-mapping/pom.xml
index de1d8a5..5e3e4c7 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.10
+ 1.3.11
4.0.0
diff --git a/mybatis-plus-join/pom.xml b/mybatis-plus-join/pom.xml
index 4e5cec9..fc51748 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.10
+ 1.3.11
-->
4.0.0
com.github.yulichang
mybatis-plus-join
- 1.3.10
+ 1.3.11
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.10
+ 1.3.11
diff --git a/pom.xml b/pom.xml
index a8a0ed7..d8e6114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
com.github.yulichang
mybatis-plus-join-root
pom
- 1.3.10
+ 1.3.11
mybatis-plus-join-root
An enhanced toolkit of Mybatis-Plus to simplify development.
@@ -33,7 +33,6 @@
mybatis-plus-join-boot-starter
mybatis-plus-join-core
mybatis-plus-join-annotation
- mybatis-plus-join-test
@@ -45,7 +44,4 @@
UTF-8
-
-
-