From 1a16c058cdf8ce9bfdad4853e518d521b29a87e6 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期五, 25 八月 2023 13:52:30 +0800
Subject: [PATCH] 修复bug
---
server/pom.xml | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index f6e2f3c..495dc4f 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -9,7 +9,6 @@
<packaging>jar</packaging>
<name>doumeemes</name>
<description></description>
-
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
@@ -73,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>
@@ -263,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