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.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/
+
+
+