From ae2fad05393d2bbb94ec46712a1a717c85e766f0 Mon Sep 17 00:00:00 2001
From: Mr.Zhang <710666463@qq.com>
Date: 星期二, 22 八月 2023 19:29:01 +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