From 4ca4e5271d03989e41bb5c0d6914a1dec380e47b Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 22 八月 2023 11:08:06 +0800
Subject: [PATCH] 平台端新需求

---
 server/pom.xml |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/server/pom.xml b/server/pom.xml
index 82fe3dd..495dc4f 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -72,6 +72,12 @@
             <groupId>com.github.pagehelper</groupId>
             <artifactId>pagehelper-spring-boot-starter</artifactId>
             <version>1.2.13</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>mybatis-spring</artifactId>
+                    <groupId>org.mybatis</groupId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <!-- 杩炴帴姹� -->
         <dependency>
@@ -262,6 +268,13 @@
             <systemPath>${project.basedir}/lib/antelope-other-client-20230203.0.1.jar
             </systemPath>
         </dependency>
+        <!-- https://mvnrepository.com/artifact/com.github.yulichang/mybatis-plus-join -->
+        <dependency>
+            <groupId>com.github.yulichang</groupId>
+            <artifactId>mybatis-plus-join</artifactId>
+            <version>1.4.2.2</version>
+        </dependency>
+
     </dependencies>
     <build>
         <resources>

--
Gitblit v1.9.3