From 41bb344e97d0c821c8aec2d20e56330049cc4b37 Mon Sep 17 00:00:00 2001 From: litianxiang Date: Thu, 21 May 2026 16:41:16 +0800 Subject: [PATCH] =?UTF-8?q?fix=E5=95=86=E5=93=81=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/application.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/src/main/resources/application.yml b/src/main/resources/application.yml index cabd9ba..1a51019 100644 --- a/src/main/resources/application.yml +++ b/src/main/resources/application.yml @@ -50,12 +50,12 @@ spring: uri: http://18.167.251.121:9994 predicates: - Path=/python/** -# - id: aida-buyer -# uri: lb://aida-buyer -# predicates: -# - Path=/buyer/** -# filters: -# - StripPrefix=1 + - id: aida-buyer + uri: lb://aida-buyer + predicates: + - Path=/buyer/** + filters: + - StripPrefix=1 # ---------- Knife4j 网关聚合配置 ---------- knife4j: gateway: @@ -73,11 +73,11 @@ knife4j: service-name: aida-seller context-path: /seller order: 2 -# - name: 买家端服务 (Buyer) -# url: /buyer/v3/api-docs -# service-name: aida-buyer -# context-path: /buyer -# order: 3 + - name: 买家端服务 (Buyer) + url: /buyer/v3/api-docs + service-name: aida-buyer + context-path: /buyer + order: 3 # ---------- Gateway JWT 认证(gateway 独有) ---------- gateway: