|
@@ -51,6 +51,10 @@ spring:
|
|
|
uri: lb://workflow-server
|
|
uri: lb://workflow-server
|
|
|
predicates:
|
|
predicates:
|
|
|
- Path=/workflow-prodog/**
|
|
- Path=/workflow-prodog/**
|
|
|
|
|
+ - id: report_server_ureport
|
|
|
|
|
+ uri: lb://report-server
|
|
|
|
|
+ predicates:
|
|
|
|
|
+ - Path=/ureport/**
|
|
|
# 正式的环境去掉该配置
|
|
# 正式的环境去掉该配置
|
|
|
- id: pc_client
|
|
- id: pc_client
|
|
|
uri: http://127.0.0.1:8081
|
|
uri: http://127.0.0.1:8081
|