From 8fe4f21610503d9a4ef4d559592add3c25e3e3ed Mon Sep 17 00:00:00 2001 From: rongchao Date: Wed, 26 Feb 2020 14:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8Eepdc-cloud=E9=A1=B9=E7=9B=AE=E5=90=88?= =?UTF-8?q?=E5=B9=B6=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index f98a4d2..23efd71 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -170,6 +170,14 @@ spring: - Path=${server.servlet.context-path}/cloudAnalysis/** filters: - StripPrefix=1 + #积分管理 + - id: epdc-points-server + uri: @gateway.routes.epdc-points-server.uri@ + order: 19 + predicates: + - Path=${server.servlet.context-path}/points/** + filters: + - StripPrefix=1 nacos: discovery: server-addr: @nacos.server-addr@ @@ -222,7 +230,6 @@ renren: - /activiti/service/** - /activiti/editor-app/** - /message/sms/sendCode #发送验证码 - - /heart/** - /oss/file/download - /ws/** - /custom/epidemicSentryPost/downloadQRCode/**