From 69dba26b737d2055e142f3a29b2dc0ce4b4d3197 Mon Sep 17 00:00:00 2001 From: litianxiang Date: Thu, 21 May 2026 15:54:43 +0800 Subject: [PATCH] test --- 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 1a51019..cabd9ba 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: