From e4862f76227c062e61f70d950c56ec87eef94014 Mon Sep 17 00:00:00 2001 From: zhangli <123879394@qq.com> Date: Sun, 6 Jul 2025 16:25:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index 7db2f66..20d64c2 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -12,10 +12,10 @@ spring: enabled: true # 开启从注册中心动态获取路由 lower-case-service-id: true # 服务名转小写 routes: - - id: user-service - uri: lb://sczx-app + - id: sczx_user + uri: lb://sczx_user predicates: - - Path=/zc/app/** + - Path=/zc/user/** filters: - StripPrefix=1 nacos: