|
@@ -42,6 +42,12 @@ spring:
|
|
|
- Path=/app-api/system/**
|
|
- Path=/app-api/system/**
|
|
|
filters:
|
|
filters:
|
|
|
- RewritePath=/app-api/system/v3/api-docs, /v3/api-docs
|
|
- RewritePath=/app-api/system/v3/api-docs, /v3/api-docs
|
|
|
|
|
+ - id: system-appapi # 路由的编号
|
|
|
|
|
+ uri: grayLb://system-server
|
|
|
|
|
+ predicates: # 断言,作为路由的匹配条件,对应 RouteDefinition 数组
|
|
|
|
|
+ - Path=/appapi/system/**
|
|
|
|
|
+ filters:
|
|
|
|
|
+ - RewritePath=/appapi/system/v3/api-docs, /v3/api-docs
|
|
|
- id: system-platform-api # 路由的编号
|
|
- id: system-platform-api # 路由的编号
|
|
|
uri: grayLb://system-server
|
|
uri: grayLb://system-server
|
|
|
predicates: # 断言,作为路由的匹配条件,对应 RouteDefinition 数组
|
|
predicates: # 断言,作为路由的匹配条件,对应 RouteDefinition 数组
|