From a5edca4c62ea99418dcaa5d792947b1bab7fe8b2 Mon Sep 17 00:00:00 2001
From: fei <791364011@qq.com>
Date: 星期三, 17 十二月 2025 23:08:36 +0800
Subject: [PATCH] 修改了对应代码

---
 ruoyi-common/pom.xml |   45 +++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/ruoyi-common/pom.xml b/ruoyi-common/pom.xml
index 72d888f..1ab596b 100644
--- a/ruoyi-common/pom.xml
+++ b/ruoyi-common/pom.xml
@@ -17,6 +17,12 @@
 
     <dependencies>
 
+        <dependency>
+            <groupId>com.baomidou</groupId>
+            <artifactId>mybatis-plus-boot-starter</artifactId>
+            <version>3.5.2</version>
+        </dependency>
+
         <!-- Spring妗嗘灦鍩烘湰鐨勬牳蹇冨伐鍏� -->
         <dependency>
             <groupId>org.springframework</groupId>
@@ -39,6 +45,17 @@
         <dependency>
             <groupId>com.github.pagehelper</groupId>
             <artifactId>pagehelper-spring-boot-starter</artifactId>
+            <exclusions>
+                <exclusion>
+                    <groupId>org.mybatis</groupId>
+                    <artifactId>mybatis</artifactId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>mybatis-spring</artifactId>
+                    <groupId>org.mybatis</groupId>
+                </exclusion>
+            </exclusions>
+
         </dependency>
 
         <!-- 鑷畾涔夐獙璇佹敞瑙� -->
@@ -118,7 +135,35 @@
             <groupId>javax.servlet</groupId>
             <artifactId>javax.servlet-api</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.baomidou</groupId>
+            <artifactId>mybatis-plus-annotation</artifactId>
+            <version>3.5.5</version>
+            <scope>compile</scope>
+        </dependency>
 
     </dependencies>
+<!--    <build>-->
+<!--        <plugins>-->
 
+<!--        <plugin>-->
+<!--        <groupId>org.apache.maven.plugins</groupId>-->
+<!--        <artifactId>maven-compiler-plugin</artifactId>-->
+<!--        <version>3.0</version>-->
+<!--        <configuration>-->
+<!--            <compilerArguments>-->
+<!--                <Xlint />-->
+<!--            </compilerArguments>-->
+<!--            <verbose>true</verbose>-->
+<!--            <source>${java.version}</source>-->
+<!--            <target>${java.version}</target>-->
+<!--            <showWarnings>true</showWarnings>-->
+<!--            <compilerArguments>-->
+<!--                <verbose />-->
+<!--                <bootclasspath>{java.home}/../jre/lib/rt.jar</bootclasspath>-->
+<!--            </compilerArguments>-->
+<!--        </configuration>-->
+<!--    </plugin>-->
+<!--        </plugins>-->
+<!--    </build>-->
 </project>
\ No newline at end of file

--
Gitblit v1.9.1