From b3d02c1ed648caa981657f477a7e87d059a96455 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Fri, 8 Dec 2023 09:13:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20=E4=BF=AE=E5=A4=8D=E7=A7=AF?= =?UTF-8?q?=E6=9C=A8=E6=8A=A5=E8=A1=A8=E8=BD=AC=E5=8F=91=E4=B8=8D=E6=AD=A3?= =?UTF-8?q?=E7=A1=AE=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-gateway/src/main/resources/application.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yudao-gateway/src/main/resources/application.yaml b/yudao-gateway/src/main/resources/application.yaml index e629df383..c5c855598 100644 --- a/yudao-gateway/src/main/resources/application.yaml +++ b/yudao-gateway/src/main/resources/application.yaml @@ -68,6 +68,10 @@ spring: - Path=/admin-api/report/** filters: - RewritePath=/admin-api/report/v3/api-docs, /v3/api-docs + - id: report-jimu # 路由的编号(积木报表) + uri: grayLb://report-server + predicates: # 断言,作为路由的匹配条件,对应 RouteDefinition 数组 + - Path=/jmreport/** ## pay-server 服务 - id: pay-admin-api # 路由的编号 uri: grayLb://pay-server