From c337e1294080fe58a0077f35e1c0778fbd5200bd Mon Sep 17 00:00:00 2001 From: wxz Date: Fri, 12 Jun 2020 16:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89mysql=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E5=92=8Cmybatis=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../resi-mine/resi-mine-server/pom.xml | 18 ++---------------- .../src/main/resources/bootstrap.yml | 7 ------- 2 files changed, 2 insertions(+), 23 deletions(-) diff --git a/epmet-module/resi-mine/resi-mine-server/pom.xml b/epmet-module/resi-mine/resi-mine-server/pom.xml index 8242890536..0fd9a298e5 100644 --- a/epmet-module/resi-mine/resi-mine-server/pom.xml +++ b/epmet-module/resi-mine/resi-mine-server/pom.xml @@ -17,11 +17,11 @@ epmet-commons-tools 2.0.0 - + org.springframework.boot spring-boot-starter-web @@ -117,13 +117,6 @@ 8094 dev - - - - - - epmet_resi_guide_user - EpmEt-db-UsEr 0 192.168.1.130 @@ -147,13 +140,6 @@ 8094 test - - - - - - epmet - elink@833066 0 r-m5eoz5b6tkx09y6bpz.redis.rds.aliyuncs.com diff --git a/epmet-module/resi-mine/resi-mine-server/src/main/resources/bootstrap.yml b/epmet-module/resi-mine/resi-mine-server/src/main/resources/bootstrap.yml index f602718744..ad3ec82fe3 100644 --- a/epmet-module/resi-mine/resi-mine-server/src/main/resources/bootstrap.yml +++ b/epmet-module/resi-mine/resi-mine-server/src/main/resources/bootstrap.yml @@ -23,13 +23,6 @@ spring: port: @spring.redis.port@ password: @spring.redis.password@ timeout: 30s - datasource: - druid: - #MySQL - driver-class-name: com.mysql.cj.jdbc.Driver - url: @spring.datasource.druid.url@ - username: @spring.datasource.druid.username@ - password: @spring.datasource.druid.password@ cloud: nacos: discovery: