From 8222cd98e619e050cd757ec37610e838aee32ff2 Mon Sep 17 00:00:00 2001 From: yujintao Date: Wed, 4 Sep 2019 09:40:29 +0800 Subject: [PATCH] =?UTF-8?q?admin,gateway,auth=E6=A8=A1=E5=9D=97=E9=83=A8?= =?UTF-8?q?=E7=BD=B2=E5=88=B0=E6=B5=8B=E8=AF=95=E6=9C=8D=E5=8A=A1=E5=99=A8?= =?UTF-8?q?=EF=BC=8C=E5=90=8C=E6=97=B6=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- esua-epdc/epdc-admin/epdc-admin-server/pom.xml | 4 ++-- .../src/main/resources/application-test.yml | 12 ++++++------ esua-epdc/epdc-auth/pom.xml | 4 ++-- esua-epdc/epdc-gateway/pom.xml | 7 +++---- 4 files changed, 13 insertions(+), 14 deletions(-) diff --git a/esua-epdc/epdc-admin/epdc-admin-server/pom.xml b/esua-epdc/epdc-admin/epdc-admin-server/pom.xml index edb7fc784..223bae618 100644 --- a/esua-epdc/epdc-admin/epdc-admin-server/pom.xml +++ b/esua-epdc/epdc-admin/epdc-admin-server/pom.xml @@ -93,7 +93,7 @@ test - 9092 + 9055 test @@ -106,7 +106,7 @@ prod - 9092 + 9055 prod diff --git a/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/application-test.yml b/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/application-test.yml index f63f14cb3..f35566981 100644 --- a/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/application-test.yml +++ b/esua-epdc/epdc-admin/epdc-admin-server/src/main/resources/application-test.yml @@ -1,16 +1,16 @@ spring: redis: database: 2 - host: redis + host: 47.104.224.45 timeout: 30s port: 6379 - password: 123456 + password: elink@888 datasource: druid: - driver-class-name: com.mysql.jdbc.Driver - url: jdbc:mysql://localhost:3306/renren_cloud?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false - username: renren - password: 123456 + driver-class-name: com.mysql.cj.jdbc.Driver + url: jdbc:mysql://47.104.224.45:3308/esua_epdc_admin?allowMultiQueries=true&useUnicode=true&characterEncoding=UTF-8&useSSL=false&serverTimezone=Asia/Shanghai + username: epdc + password: elink833066 initial-size: 10 max-active: 100 min-idle: 10 diff --git a/esua-epdc/epdc-auth/pom.xml b/esua-epdc/epdc-auth/pom.xml index 44626fdc5..98806dfab 100644 --- a/esua-epdc/epdc-auth/pom.xml +++ b/esua-epdc/epdc-auth/pom.xml @@ -108,7 +108,7 @@ test - 9091 + 9056 test @@ -127,7 +127,7 @@ prod - 9091 + 9056 prod diff --git a/esua-epdc/epdc-gateway/pom.xml b/esua-epdc/epdc-gateway/pom.xml index 3f87d5d64..6717d02d5 100644 --- a/esua-epdc/epdc-gateway/pom.xml +++ b/esua-epdc/epdc-gateway/pom.xml @@ -79,10 +79,9 @@ elink@888 - - http://127.0.0.1:9091 - - http://127.0.0.1:9092 + lb://epdc-auth-server + lb://epdc-admin-server + lb://epdc-activiti-server lb://epdc-api-server lb://epdc-app-server