From 4154b94206ebccea364d3278961b4d36e38f8746 Mon Sep 17 00:00:00 2001 From: zhangjf Date: Fri, 20 Feb 2026 19:08:49 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8DGateway=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E9=85=8D=E7=BD=AE=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fund-cust 路由路径配置错误,修正为 /cust/** --- fund-gateway/src/main/resources/application.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fund-gateway/src/main/resources/application.yml b/fund-gateway/src/main/resources/application.yml index 0261b24..c64711f 100644 --- a/fund-gateway/src/main/resources/application.yml +++ b/fund-gateway/src/main/resources/application.yml @@ -71,8 +71,7 @@ spring: - id: fund-cust uri: lb://fund-cust predicates: - - Path=/cust/**Default Namespace - + - Path=/cust/** filters: - StripPrefix=1