From 656e325276d9720417c875e623cd91301d41bc2f Mon Sep 17 00:00:00 2001
From: yulichang <570810310@qq.com>
Date: Wed, 11 Jan 2023 10:11:17 +0800
Subject: [PATCH] =?UTF-8?q?test=20=E6=A8=A1=E5=9D=97?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
mybatis-plus-join-test/README.md | 8 +++++---
mybatis-plus-join-test/pom.xml | 8 ++++----
mybatis-plus-join-test/test-join/pom.xml | 4 ++--
pom.xml | 1 +
4 files changed, 12 insertions(+), 9 deletions(-)
diff --git a/mybatis-plus-join-test/README.md b/mybatis-plus-join-test/README.md
index 3e291a5..73beabf 100644
--- a/mybatis-plus-join-test/README.md
+++ b/mybatis-plus-join-test/README.md
@@ -1,5 +1,7 @@
## mybatis plus join 测试模块
-- test-collection : 对多或对一查询测试工程
-- test-join : 连表查询测试类
-- test-mapping : 注解映射测试工程
\ No newline at end of file
+### 测试模块要用到文本块简化代码 需要jdk15+
+
+- test-collection : 对多或对一查询测试项目
+- test-join : 连表查询测试项目
+- test-mapping : 注解映射测试项目
\ No newline at end of file
diff --git a/mybatis-plus-join-test/pom.xml b/mybatis-plus-join-test/pom.xml
index 0ef80a5..a2618f3 100644
--- a/mybatis-plus-join-test/pom.xml
+++ b/mybatis-plus-join-test/pom.xml
@@ -45,11 +45,11 @@
2.5.4
- 17
- 17
+ 15
+ 15
true
- 17
- 17
+ 15
+ 15
github
UTF-8
diff --git a/mybatis-plus-join-test/test-join/pom.xml b/mybatis-plus-join-test/test-join/pom.xml
index 734f985..8fbe7fb 100644
--- a/mybatis-plus-join-test/test-join/pom.xml
+++ b/mybatis-plus-join-test/test-join/pom.xml
@@ -12,8 +12,8 @@
test-join
- 17
- 17
+ 15
+ 15
UTF-8
diff --git a/pom.xml b/pom.xml
index 4649a0a..8f22c07 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,6 +33,7 @@
mybatis-plus-join-boot-starter
mybatis-plus-join-core
mybatis-plus-join-annotation
+ mybatis-plus-join-test