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: