From 155eec75e588f119c8e97c8d31e0b51ab7906d99 Mon Sep 17 00:00:00 2001 From: liuchuang <123456> Date: Tue, 10 Aug 2021 16:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=BC=80=E5=8F=91=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epdc-cloud-gateway/pom.xml | 23 ++++++++++--------- .../src/main/resources/application.yml | 2 ++ 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/epdc-cloud-gateway/pom.xml b/epdc-cloud-gateway/pom.xml index 614b74e..fcc6313 100644 --- a/epdc-cloud-gateway/pom.xml +++ b/epdc-cloud-gateway/pom.xml @@ -91,15 +91,16 @@ dev - 9 - 114.215.125.123 - 9603 - epdc!redis@master1405 + 8 + r-m5eh5czgb1nucti6azpd.redis.rds.aliyuncs.com + 10001 + elink!888 - http://127.0.0.1:9091 - - http://127.0.0.1:17021 + + lb://epdc-auth-server + lb://epdc-admin-server + lb://epdc-activiti-server @@ -138,15 +139,15 @@ lb://epdc-points-server http://127.0.0.1:9069 - lb://epdc-analysis-server - + + http://127.0.0.1:9077 http://127.0.0.1:10009 false - mse-7be164015-p.nacos-ans.mse.aliyuncs.com:8848 + 115.29.142.202:8848 - 95aea863-dcc6-4f75-b256-9a6061a30a40 + 8831513c-2f72-42e8-899f-eb6c2c5ae110 http://localhost:9411 diff --git a/epdc-cloud-gateway/src/main/resources/application.yml b/epdc-cloud-gateway/src/main/resources/application.yml index 4ceaa80..3af70c6 100644 --- a/epdc-cloud-gateway/src/main/resources/application.yml +++ b/epdc-cloud-gateway/src/main/resources/application.yml @@ -276,6 +276,7 @@ renren: - /api/analysis/user/login #数据分析端-登录 - /api/work/*/swagger/** - /api/plugins/workLog/** #工作日志相关 + - /api/screen/* #大屏接口 workUrls: - /api/work/** #工作端接口 - /api/analysis/** #数据端接口 @@ -308,4 +309,5 @@ epdc: - /cloudAnalysis/** #数据端接口 - /workRecord/** #工作日志接口 - /api/plugins/workLog/** #工作日志相关 + - /api/screen/* #大屏接口