From dc40437fe1577a5c1bf41e1f07b4b368d2776b6c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=91=E7=9A=87?= <236220500@qq.com> Date: Mon, 18 May 2020 21:32:29 +0800 Subject: [PATCH] 1 --- pom.xml | 39 ++++++++++--------------- src/main/resources/application-test.yml | 6 ++-- 2 files changed, 19 insertions(+), 26 deletions(-) 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 ##开发环境