From 2b72ee5736445aab3aa2b4ba6b862d7c660be9ce Mon Sep 17 00:00:00 2001
From: zhanghl <253316343@qq.com>
Date: 星期二, 13 五月 2025 09:56:48 +0800
Subject: [PATCH] Merge branch 'dev_mp' into dev
---
aps-common/aps-common-core/pom.xml | 19 ++++++++++++++-----
1 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/aps-common/aps-common-core/pom.xml b/aps-common/aps-common-core/pom.xml
index 0288d5c..ab5807c 100644
--- a/aps-common/aps-common-core/pom.xml
+++ b/aps-common/aps-common-core/pom.xml
@@ -53,11 +53,6 @@
<artifactId>pagehelper-spring-boot-starter</artifactId>
</dependency>
- <!-- Mybatis Spring -->
- <dependency>
- <groupId>org.mybatis</groupId>
- <artifactId>mybatis-spring</artifactId>
- </dependency>
<!-- Hibernate Validator -->
<dependency>
@@ -125,6 +120,20 @@
<artifactId>hutool-all</artifactId>
<version>5.8.16</version>
</dependency>
+<!-- Mybatis Spring -->
+ <dependency>
+ <groupId>org.mybatis</groupId>
+ <artifactId>mybatis-spring</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>com.baomidou</groupId>
+ <artifactId>mybatis-plus-spring-boot3-starter</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>com.baomidou</groupId>
+ <artifactId>mybatis-plus-jsqlparser</artifactId>
+ </dependency>
</dependencies>
</project>
--
Gitblit v1.9.3