diff --git a/pom.xml b/pom.xml index 12b19aa..28de73a 100644 --- a/pom.xml +++ b/pom.xml @@ -46,11 +46,11 @@ org.springframework.boot spring-boot-starter - - org.springframework.boot - spring-boot-starter-test - provided - + + + + + org.apache.commons @@ -92,13 +92,6 @@ fastjson 1.2.31 - - - com.google.code.gson - gson - 2.8.5 - - org.springframework.boot spring-boot-starter-aop @@ -205,16 +198,16 @@ - - org.apache.poi - poi - 3.16 - - - org.apache.poi - poi-ooxml - 3.16 - + + + + + + + + + + org.apache.shiro @@ -328,4 +321,4 @@ - \ No newline at end of file + diff --git a/src/main/resources/application-test.yml b/src/main/resources/application-test.yml index ef1e16b..0e28275 100644 --- a/src/main/resources/application-test.yml +++ b/src/main/resources/application-test.yml @@ -8,9 +8,9 @@ mybatis: spring: datasource: - url: jdbc:mysql://192.168.0.215:3306/p2p?characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true - username: p2p - password: p2p + url: jdbc:mysql://106.15.109.152:3306/p2p?characterEncoding=utf8&allowMultiQueries=true&autoReconnect=true + username: root + password: Bsd@2019 driver-class-name: com.mysql.jdbc.Driver ##开发环境