Browse Source

优化 mysql 驱动升级为 8.0.28 导致 分片组件 bug问题

java110 3 years ago
parent
commit
82dbed062b
2 changed files with 2 additions and 10 deletions
  1. 0 4
      java110-service/pom.xml
  2. 2 6
      pom.xml

+ 0 - 4
java110-service/pom.xml

@@ -136,10 +136,6 @@
             <groupId>io.springfox</groupId>
             <artifactId>springfox-swagger-ui</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.mybatis</groupId>
-            <artifactId>mybatis-typehandlers-jsr310</artifactId>
-        </dependency>
 
 <!--        <dependency>-->
 <!--            <groupId>org.springframework.cloud</groupId>-->

+ 2 - 6
pom.xml

@@ -53,7 +53,7 @@
         <tomcat.servlet.version>6.0.37</tomcat.servlet.version>
         <druid.version>1.1.10</druid.version>
         <mybatis-spring.version>1.3.1</mybatis-spring.version>
-        <mysql.version>8.0.28</mysql.version>
+        <mysql.version>8.0.16</mysql.version>
         <commons-pool2.version>2.2</commons-pool2.version>
         <commons-collections.version>3.2.1</commons-collections.version>
         <commons-fileupload.version>1.3.3</commons-fileupload.version>
@@ -514,11 +514,7 @@
                 <version>5.6.69</version>
             </dependency>
 
-            <dependency>
-                <groupId>org.mybatis</groupId>
-                <artifactId>mybatis-typehandlers-jsr310</artifactId>
-                <version>1.0.2</version>
-            </dependency>
+
 
         </dependencies>