From 0257400b7c42c8143f32dae8e4bffbe90a890f1f Mon Sep 17 00:00:00 2001
From: linpf <807878712@qq.com>
Date: 星期四, 16 十二月 2021 17:59:52 +0800
Subject: [PATCH] 更改

---
 pom.xml |   19 ++++++++++++++++++-
 1 files changed, 18 insertions(+), 1 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0b3489a..b1c43a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,6 +131,23 @@
             <artifactId>spring-boot-configuration-processor</artifactId>
             <optional>true</optional>
         </dependency>
+        <!--MP渚濊禆-->
+       <!-- <dependency>
+            <groupId>com.baomidou</groupId>
+            <artifactId>mybatis-plus-boot-starter</artifactId>
+            <version>3.0.7.1</version>
+            <exclusions>
+                <exclusion>
+                    <groupId>com.baomidou</groupId>
+                    <artifactId>mybatis-plus-generator</artifactId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <dependency>
+            <groupId>com.baomidou</groupId>
+            <artifactId>mybatis-plus</artifactId>
+            <version>3.0.7.1</version>
+        </dependency>-->
     </dependencies>
 
     <dependencyManagement>
@@ -207,4 +224,4 @@
             </plugin>
         </plugins>
     </build>
-</project>
\ No newline at end of file
+</project>

--
Gitblit v1.9.3