From 070953de9a79577f10e88e42ece24bc194e14cb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E9=B9=8F=E9=A3=9E?= Date: Fri, 21 Feb 2020 18:41:36 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BD=91=E5=85=B3=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 2 ++ src/main/resources/application.yml | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 54c11ac..e444178 100644 --- a/pom.xml +++ b/pom.xml @@ -120,6 +120,8 @@ lb://epdc-websocket-server + http://127.0.0.1:9060 + lb://epdc-custom-server lb://epdc-points-server diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 45a2bcc..d0c62f2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -163,11 +163,11 @@ spring: filters: - StripPrefix=1 #数据分析模块 - - id: epdc-analysis-server - uri: @gateway.routes.epdc-analysis-server.uri@ + - id: epdc-cloud-analysis-server + uri: @gateway.routes.epdc-cloud-analysis-server.uri@ order: 18 predicates: - - Path=${server.servlet.context-path}/analysis/** + - Path=${server.servlet.context-path}/cloudAnalysis/** filters: - StripPrefix=1 nacos: