lvzhikai 4 anni fa
parent
commit
b4122b8e5c
1 ha cambiato i file con 5 aggiunte e 5 eliminazioni
  1. 5 5
      pom.xml

+ 5 - 5
pom.xml

@@ -39,6 +39,11 @@
39
             <artifactId>mybatis-spring-boot-starter</artifactId>
39
             <artifactId>mybatis-spring-boot-starter</artifactId>
40
             <version>1.3.1</version>
40
             <version>1.3.1</version>
41
         </dependency>
41
         </dependency>
42
+
43
+        <dependency>
44
+            <groupId>mysql</groupId>
45
+            <artifactId>mysql-connector-java</artifactId>
46
+        </dependency>
42
         <dependency>
47
         <dependency>
43
             <groupId>org.springframework.boot</groupId>
48
             <groupId>org.springframework.boot</groupId>
44
             <artifactId>spring-boot-starter-test</artifactId>
49
             <artifactId>spring-boot-starter-test</artifactId>
@@ -92,11 +97,6 @@
92
         </dependency>
97
         </dependency>
93
 
98
 
94
         <dependency>
99
         <dependency>
95
-            <groupId>mysql</groupId>
96
-            <artifactId>mysql-connector-java</artifactId>
97
-        </dependency>
98
-
99
-        <dependency>
100
             <groupId>org.apache.commons</groupId>
100
             <groupId>org.apache.commons</groupId>
101
             <artifactId>commons-lang3</artifactId>
101
             <artifactId>commons-lang3</artifactId>
102
             <version>3.7</version>
102
             <version>3.7</version>