From 05683f2b2bdbdbe21cf17ad523c21ab338bd1c54 Mon Sep 17 00:00:00 2001
From: wuxw <928255095@qq.com>
Date: 星期二, 19 七月 2022 21:49:55 +0800
Subject: [PATCH] 优化添加设备 功能

---
 pom.xml |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index fcc30e4..503e43f 100755
--- a/pom.xml
+++ b/pom.xml
@@ -28,6 +28,8 @@
         <module>service-acct</module>
         <module>service-oa</module>
         <module>service-dev</module>
+        <module>springboot</module>
+        <module>java110-boot</module>
 
     </modules>
 
@@ -53,7 +55,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 +516,7 @@
                 <version>5.6.69</version>
             </dependency>
 
-            <dependency>
-                <groupId>org.mybatis</groupId>
-                <artifactId>mybatis-typehandlers-jsr310</artifactId>
-                <version>1.0.2</version>
-            </dependency>
+
 
         </dependencies>
 

--
Gitblit v1.8.0