From 0042c9bee29a876a754e4d542bfba956822e7844 Mon Sep 17 00:00:00 2001
From: XiaoRuby <3114200645@qq.com>
Date: 星期一, 17 七月 2023 13:40:00 +0800
Subject: [PATCH] LIMS管理系统框架-开发7-17-v1.0.0

---
 standard-server/pom.xml |    8 +-------
 1 files changed, 1 insertions(+), 7 deletions(-)

diff --git a/standard-library/pom.xml b/standard-server/pom.xml
similarity index 82%
rename from standard-library/pom.xml
rename to standard-server/pom.xml
index aaf8e17..617d5f9 100644
--- a/standard-library/pom.xml
+++ b/standard-server/pom.xml
@@ -8,7 +8,7 @@
         <version>0.0.1-SNAPSHOT</version>
     </parent>
     <groupId>com.yunchu.limslaboratory</groupId>
-    <artifactId>standard-library</artifactId>
+    <artifactId>standard-server</artifactId>
     <version>0.0.1-SNAPSHOT</version>
     <name>standard-library</name>
     <description>standard-library</description>
@@ -26,12 +26,6 @@
             <groupId>com.yunchu.limslaboratory</groupId>
             <artifactId>user-server</artifactId>
             <version>${project.parent.version}</version>
-        </dependency>
-
-        <!--mybatis-plus-->
-        <dependency>
-            <groupId>com.baomidou</groupId>
-            <artifactId>mybatis-plus-boot-starter</artifactId>
         </dependency>
     </dependencies>
 

--
Gitblit v1.9.3