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