From fa40b080490e8ce63724a254d68d07480b405f8b Mon Sep 17 00:00:00 2001 From: zhangdaiscott Date: Fri, 25 Sep 2020 11:51:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=A7=E5=B1=8F=E8=AE=BE=E8=AE=A1=E4=B8=8B?= =?UTF-8?q?=E7=9A=84=E4=B8=A4=E4=B8=AA=E7=A4=BA=E4=BE=8B=E6=B2=A1=E6=9C=89?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E5=92=8CJS=20#1799?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../jeecg-cloud-module/config/jeecg-cloud-gateway-beta.yml | 2 +- .../jeecg-cloud-gateway/src/main/resources/application-dev.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jeecg-boot/jeecg-cloud-module/config/jeecg-cloud-gateway-beta.yml b/jeecg-boot/jeecg-cloud-module/config/jeecg-cloud-gateway-beta.yml index 9b142b8a..c91404fd 100644 --- a/jeecg-boot/jeecg-cloud-module/config/jeecg-cloud-gateway-beta.yml +++ b/jeecg-boot/jeecg-cloud-module/config/jeecg-cloud-gateway-beta.yml @@ -19,7 +19,7 @@ spring: - id: jeecg-demo uri: lb://jeecg-demo predicates: - - Path=/test/**,/api/** + - Path=/test/**,/api/**,/bigscreen/template1/**,/bigscreen/template2/** - id: jeecg-system uri: lb://jeecg-system predicates: diff --git a/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application-dev.yml b/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application-dev.yml index 6f705912..46ded3e7 100644 --- a/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application-dev.yml +++ b/jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application-dev.yml @@ -19,7 +19,7 @@ spring: - id: jeecg-demo uri: lb://jeecg-demo predicates: - - Path=/test/**,/api/** + - Path=/test/**,/api/**,/bigscreen/template1/**,/bigscreen/template2/** - id: jeecg-system uri: lb://jeecg-system predicates: