From 0bfe2cbbe3b338f585ed85f5def9d22dcae0cc86 Mon Sep 17 00:00:00 2001
From: k94314517 <8417338+k94314517@user.noreply.gitee.com>
Date: 星期五, 03 一月 2025 11:31:01 +0800
Subject: [PATCH] git ch
---
server/pom.xml | 10 +++++++++-
1 files changed, 9 insertions(+), 1 deletions(-)
diff --git a/server/pom.xml b/server/pom.xml
index 258166e..6f18e06 100644
--- a/server/pom.xml
+++ b/server/pom.xml
@@ -32,6 +32,7 @@
<swagger.bootstrap-ui.version>1.9.6</swagger.bootstrap-ui.version>
<fastjson.version>1.2.70</fastjson.version>
<druid.version>1.2.0</druid.version>
+ <!--<mybatis.plus.version>3.5.7</mybatis.plus.version>-->
<mybatis.plus.version>3.4.2</mybatis.plus.version>
<apache.shiro.version>1.7.0</apache.shiro.version>
<oshi.version>5.7.0</oshi.version>
@@ -44,6 +45,14 @@
</properties>
<dependencies>
+ <!--<dependency>
+ <groupId>com.jacob</groupId>
+ <artifactId>jacob</artifactId>
+ <version>1.19</version>
+ <scope>system</scope>
+ <!–鏈湴鐨刯acob.jar鐨勮矾寰�–>
+ <systemPath>${project.basedir}/lib/jacob.jar</systemPath>
+ </dependency>-->
<!-- Spring Boot -->
<dependency>
<groupId>org.springframework.boot</groupId>
@@ -220,7 +229,6 @@
<artifactId>pinyin4j</artifactId>
<version>2.5.1</version>
</dependency>
-
<!-- WeChat 灏忕▼搴� -->
<dependency>
--
Gitblit v1.9.3