From ad69400a0a8a7c639295afa2f3e007b41c687e8f Mon Sep 17 00:00:00 2001 From: yinzuomei <576302893@qq.com> Date: Mon, 21 Sep 2020 11:17:01 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E6=A0=BC=E7=9B=B8=E5=85=B3-=E6=9C=8D?= =?UTF-8?q?=E5=8A=A1=E8=83=BD=E5=8A=9BV0.2epmetHeart?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data-statistical-server/pom.xml | 32 +++++++++---------- .../src/main/resources/bootstrap.yml | 5 +++ 2 files changed, 21 insertions(+), 16 deletions(-) diff --git a/epmet-module/data-statistical/data-statistical-server/pom.xml b/epmet-module/data-statistical/data-statistical-server/pom.xml index 18ef4bc7f6..9c12e8d5e5 100644 --- a/epmet-module/data-statistical/data-statistical-server/pom.xml +++ b/epmet-module/data-statistical/data-statistical-server/pom.xml @@ -210,11 +210,11 @@ epmet_resi_partymember_user EpmEt-db-UsEr - + - - epmet_heart_user - EpmEt-db-UsEr + + epmet_heart_user + EpmEt-db-UsEr 0 @@ -320,11 +320,11 @@ epmet_resi_partymember_user EpmEt-db-UsEr - + - - epmet_heart_user - EpmEt-db-UsEr + + epmet_heart_user + EpmEt-db-UsEr 0 @@ -430,11 +430,11 @@ epmet elink@833066 - + - - epmet - elink@833066 + + epmet + elink@833066 0 @@ -536,11 +536,11 @@ epmet_resi_partymember_user EpmEt-db-UsEr - + - - epmet_heart_user - EpmEt-db-UsEr + + epmet_heart_user + EpmEt-db-UsEr 0 diff --git a/epmet-module/data-statistical/data-statistical-server/src/main/resources/bootstrap.yml b/epmet-module/data-statistical/data-statistical-server/src/main/resources/bootstrap.yml index 7e0ac4e99d..ccb02b714f 100644 --- a/epmet-module/data-statistical/data-statistical-server/src/main/resources/bootstrap.yml +++ b/epmet-module/data-statistical/data-statistical-server/src/main/resources/bootstrap.yml @@ -175,6 +175,11 @@ dynamic: url: @datasource.druid.partyMember.url@ username: @datasource.druid.partyMember.username@ password: @datasource.druid.partyMember.password@ + epmetHeart: + driver-class-name: com.mysql.cj.jdbc.Driver + url: @datasource.druid.epmetHeart.url@ + username: @datasource.druid.epmetHeart.username@ + password: @datasource.druid.epmetHeart.password@ thread: # 线程池配置