diff --git a/pom.xml b/pom.xml
index 2ee2eb4f..e16c8c24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,362 +22,366 @@
1.8
-
-
-
-
- com.alibaba
- fastjson
- 2.0.4
-
-
-
-
- org.apache.commons
- commons-lang3
- 3.9
-
-
-
- org.projectlombok
- lombok
- true
-
-
-
- org.springframework.boot
- spring-boot-starter-web
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
-
-
-
-
- javax.servlet
- javax.servlet-api
- 3.1.0
- provided
-
-
-
- org.springframework.boot
- spring-boot-configuration-processor
- true
-
-
-
- org.springframework.boot
- spring-boot-starter-aop
-
-
-
-
- org.springframework.boot
- spring-boot-starter-data-redis
-
-
-
-
- org.springframework.boot
- spring-boot-devtools
- true
-
-
-
-
-
- org.springframework.boot
- spring-boot-starter-jdbc
-
-
- mysql
- mysql-connector-java
- 8.0.21
- runtime
-
-
-
- com.oracle
- ojdbc14
- 10.2.0.4.0
- pom
-
-
-
-
- com.baomidou
- mybatis-plus-boot-starter
- 3.5.2
-
-
-
-
- com.github.pagehelper
- pagehelper-spring-boot-starter
- 1.4.2
-
-
-
- org.mybatis
- mybatis
-
-
- org.mybatis
- mybatis-spring
-
-
-
-
-
-
- p6spy
- p6spy
- 3.9.1
-
-
-
-
- org.projectlombok
- lombok
- true
-
-
-
-
- io.jsonwebtoken
- jjwt
- 0.9.1
-
-
-
- org.springframework.boot
- spring-boot-starter-test
- test
-
-
-
- org.springframework.boot
- spring-boot-starter-tomcat
- provided
-
-
- javax.xml.bind
- jaxb-api
- 2.3.0
-
-
- com.fasterxml.jackson.core
- jackson-databind
- 2.9.2
-
-
- com.github.pagehelper
- pagehelper-spring-boot-autoconfigure
- 1.4.5
-
-
- org.springframework.boot
- spring-boot-starter-websocket
-
-
-
-
-
- org.apache.poi
- poi
- 4.0.0
-
-
-
- org.apache.poi
- poi-ooxml
- 4.0.0
-
-
-
-
- com.glxp
- tochina
- 1.0
-
-
- com.itextpdf
- itextpdf
- 5.5.13.1
-
-
- com.itextpdf
- itext-asian
- 5.2.0
-
-
-
-
- cn.hutool
- hutool-all
- 5.8.18
-
-
- com.belerweb
- pinyin4j
- 2.5.0
-
-
-
- com.google.zxing
- core
- 3.3.3
-
-
- com.google.zxing
- javase
- 3.3.3
-
-
- org.olap4j
- olap4j
- 1.2.0
-
-
-
-
-
-
-
- net.sf.barcode4j
- barcode4j
- 2.1
-
-
- org.olap4je
- olap4j
-
-
-
-
-
- net.sf.jasperreports
- jasperreports
- 6.5.1
-
-
- com.lowagie
- itext
-
-
-
-
-
- net.sf.jasperreports
- jasperreports-fonts
- 6.0.0
-
-
-
-
- com.belerweb
- pinyin4j
- 2.5.1
-
-
-
- com.itextpdf
- itext-pdfa
- 5.5.0
-
-
- org.codehaus.groovy
- groovy
- 3.0.7
-
-
- cn.lesper
- iTextAsian
- 3.0
-
-
-
- com.alibaba
- easyexcel
- 2.2.10
-
-
-
-
- hu.blackbelt.bundles.swagger-parser
- io.swagger.parser
- 1.0.47_1
-
-
-
- commons-fileupload
- commons-fileupload
- 1.3.1
-
-
-
-
-
-
-
- org.apache.xmlgraphics
- batik-bridge
- 1.11
-
-
-
- org.apache.xmlgraphics
- batik-dom
- 1.11
-
-
-
- org.eclipse.birt.runtime.3_7_1
- com.lowagie.text
- 2.1.7
-
-
- com.squareup.okhttp3
- okhttp
- 3.10.0
-
-
-
-
-
-
- cn.dev33
- sa-token-spring-boot-starter
- 1.30.0
-
-
- org.apache.commons
- commons-text
- 1.1
-
-
-
-
- org.springframework.plugin
- spring-plugin-core
- 2.0.0.RELEASE
-
-
- org.springframework.plugin
- spring-plugin-metadata
- 2.0.0.RELEASE
-
-
- com.github.xiaoymin
- knife4j-spring-boot-starter
- 2.0.9
-
-
+
+
+
+
+ com.alibaba
+ fastjson
+ 2.0.4
+
+
+
+
+ org.apache.commons
+ commons-lang3
+ 3.9
+
+
+
+ org.projectlombok
+ lombok
+ true
+
+
+
+ org.springframework.boot
+ spring-boot-starter-web
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+
+
+
+
+ javax.servlet
+ javax.servlet-api
+ 3.1.0
+ provided
+
+
+
+ org.springframework.boot
+ spring-boot-configuration-processor
+ true
+
+
+
+ org.springframework.boot
+ spring-boot-starter-aop
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-data-redis
+
+
+
+
+ org.springframework.boot
+ spring-boot-devtools
+ true
+
+
+
+
+
+ org.springframework.boot
+ spring-boot-starter-jdbc
+
+
+ mysql
+ mysql-connector-java
+ 8.0.21
+ runtime
+
+
+
+ com.oracle
+ ojdbc14
+ 10.2.0.4.0
+ pom
+
+
+
+
+ com.baomidou
+ mybatis-plus-boot-starter
+ 3.5.2
+
+
+
+
+ com.github.pagehelper
+ pagehelper-spring-boot-starter
+ 1.4.2
+
+
+
+ org.mybatis
+ mybatis
+
+
+ org.mybatis
+ mybatis-spring
+
+
+
+
+
+
+ p6spy
+ p6spy
+ 3.9.1
+
+
+
+
+ org.projectlombok
+ lombok
+ true
+
+
+
+
+ io.jsonwebtoken
+ jjwt
+ 0.9.1
+
+
+
+ org.springframework.boot
+ spring-boot-starter-test
+ test
+
+
+
+ org.springframework.boot
+ spring-boot-starter-tomcat
+ provided
+
+
+ javax.xml.bind
+ jaxb-api
+ 2.3.0
+
+
+ com.fasterxml.jackson.core
+ jackson-databind
+ 2.9.2
+
+
+ com.github.pagehelper
+ pagehelper-spring-boot-autoconfigure
+ 1.4.5
+
+
+ org.springframework.boot
+ spring-boot-starter-websocket
+
+
+
+
+
+ org.apache.poi
+ poi
+ 4.0.0
+
+
+
+ org.apache.poi
+ poi-ooxml
+ 4.0.0
+
+
+
+
+ com.glxp
+ tochina
+ 1.0
+
+
+ com.itextpdf
+ itextpdf
+ 5.5.13.1
+
+
+ com.itextpdf
+ itext-asian
+ 5.2.0
+
+
+
+
+ cn.hutool
+ hutool-all
+ 5.8.18
+
+
+ com.belerweb
+ pinyin4j
+ 2.5.0
+
+
+
+ com.google.zxing
+ core
+ 3.3.3
+
+
+ com.google.zxing
+ javase
+ 3.3.3
+
+
+ org.olap4j
+ olap4j
+ 1.2.0
+
+
+
+
+
+
+
+ net.sf.barcode4j
+ barcode4j
+ 2.1
+
+
+ org.olap4je
+ olap4j
+
+
+
+
+
+ net.sf.jasperreports
+ jasperreports
+ 6.5.1
+
+
+ com.lowagie
+ itext
+
+
+
+
+
+ net.sf.jasperreports
+ jasperreports-fonts
+ 6.0.0
+
+
+
+
+ com.belerweb
+ pinyin4j
+ 2.5.1
+
+
+
+ com.itextpdf
+ itext-pdfa
+ 5.5.0
+
+
+ org.codehaus.groovy
+ groovy
+ 3.0.7
+
+
+ cn.lesper
+ iTextAsian
+ 3.0
+
+
+
+ com.alibaba
+ easyexcel
+ 2.2.10
+
+
+
+
+ hu.blackbelt.bundles.swagger-parser
+ io.swagger.parser
+ 1.0.47_1
+
+
+
+ commons-fileupload
+ commons-fileupload
+ 1.3.1
+
+
+
+
+
+ org.apache.xmlgraphics
+ batik-bridge
+ 1.11
+
+
+
+ org.apache.xmlgraphics
+ batik-dom
+ 1.11
+
+
+
+ org.eclipse.birt.runtime.3_7_1
+ com.lowagie.text
+ 2.1.7
+
+
+ com.squareup.okhttp3
+ okhttp
+ 3.10.0
+
+
+
+
+
+
+ cn.dev33
+ sa-token-spring-boot-starter
+ 1.30.0
+
+
+ org.apache.commons
+ commons-text
+ 1.1
+
+
+
+
+ org.springframework.plugin
+ spring-plugin-core
+ 2.0.0.RELEASE
+
+
+ org.springframework.plugin
+ spring-plugin-metadata
+ 2.0.0.RELEASE
+
+
+ com.github.xiaoymin
+ knife4j-spring-boot-starter
+ 2.0.9
+
+
+
+ org.java-websocket
+ Java-WebSocket
+ 1.5.4
+
+
UDI_WMS_MC
diff --git a/src/main/resources/application-dev.yml b/src/main/resources/application-dev.yml
index 86bb3fdf..9463b344 100644
--- a/src/main/resources/application-dev.yml
+++ b/src/main/resources/application-dev.yml
@@ -4,7 +4,7 @@ server:
spring:
datasource:
driver-class-name: com.p6spy.engine.spy.P6SpyDriver
- jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/udi_wms_pt?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
+ jdbc-url: jdbc:p6spy:mysql://127.0.0.1:3306/udi_wms_zyy?allowMultiQueries=true&serverTimezone=Asia/Shanghai&useUnicode=true&characterEncoding=utf8&zeroDateTimeBehavior=convertToNull&useSSL=false&allowPublicKeyRetrieval=true
username: root
password: 123456
hikari: