Browse Source

Merge branch 'master' of http://git.yaozhitech.com/yinli/yangguang

yufeng 3 years ago
parent
commit
bd27f05555
1 changed files with 8 additions and 8 deletions
  1. 8 8
      pom.xml

+ 8 - 8
pom.xml

@@ -140,16 +140,17 @@
140 140
 <!--         </dependency> -->
141 141
 
142 142
 		<dependency>
143
+            <groupId>com.baomidou</groupId>
144
+            <artifactId>mybatis-plus-boot-starter</artifactId>
145
+            <version>3.2.0</version>
146
+        </dependency>
147
+        
148
+		<dependency>
143 149
             <groupId>org.mybatis</groupId>
144 150
             <artifactId>mybatis-typehandlers-jsr310</artifactId>
145 151
             <version>1.0.2</version>
146 152
         </dependency>
147 153
 
148
-		<dependency>
149
-            <groupId>com.baomidou</groupId>
150
-            <artifactId>mybatis-plus-boot-starter</artifactId>
151
-            <version>3.2.0</version>
152
-        </dependency>
153 154
         <dependency>
154 155
             <groupId>com.baomidou</groupId>
155 156
             <artifactId>mybatis-plus-generator</artifactId>
@@ -166,11 +167,10 @@
166 167
             <version>2.3.29</version>
167 168
         </dependency>
168 169
         <!-- mysql连接 -->
169
-
170
-        <dependency>
170
+		<dependency>
171 171
             <groupId>mysql</groupId>
172 172
             <artifactId>mysql-connector-java</artifactId>
173
-            <version>5.1.6</version>
173
+            <version>8.0.19</version>
174 174
         </dependency>
175 175
 
176 176
         <dependency>