Parcourir la source

update 优化 删除 demo 模块无用 mysql依赖

疯狂的狮子li il y a 3 ans
Parent
commit
3ebeecc585
1 fichiers modifiés avec 0 ajouts et 6 suppressions
  1. 0 6
      ruoyi-example/ruoyi-demo/pom.xml

+ 0 - 6
ruoyi-example/ruoyi-demo/pom.xml

@@ -35,12 +35,6 @@
             <artifactId>spring-boot-starter-actuator</artifactId>
         </dependency>
 
-        <!-- Mysql Connector -->
-        <dependency>
-            <groupId>mysql</groupId>
-            <artifactId>mysql-connector-java</artifactId>
-        </dependency>
-
         <dependency>
             <groupId>com.ruoyi</groupId>
             <artifactId>ruoyi-common-sentinel</artifactId>