From 074f334d060ec7d33d39cdeaae5ed84a2a2dd3a3 Mon Sep 17 00:00:00 2001
From: jiangping <jp@doumee.com>
Date: 星期二, 22 八月 2023 18:20:59 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/dmMes
---
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