|
@@ -35,11 +35,7 @@ spring:
|
|
|
- id: application_server
|
|
- id: application_server
|
|
|
uri: lb://prodog-server
|
|
uri: lb://prodog-server
|
|
|
predicates:
|
|
predicates:
|
|
|
- - Path=/api/**
|
|
|
|
|
- - id: application_server_druid
|
|
|
|
|
- uri: lb://prodog-server
|
|
|
|
|
- predicates:
|
|
|
|
|
- - Path=/druid/**
|
|
|
|
|
|
|
+ - Path=/api/**,/druid/**
|
|
|
- id: dingtalk_server
|
|
- id: dingtalk_server
|
|
|
uri: lb://dingtalk-server
|
|
uri: lb://dingtalk-server
|
|
|
predicates:
|
|
predicates:
|
|
@@ -49,15 +45,7 @@ spring:
|
|
|
- id: workflow_server_app
|
|
- id: workflow_server_app
|
|
|
uri: lb://workflow-server
|
|
uri: lb://workflow-server
|
|
|
predicates:
|
|
predicates:
|
|
|
- - Path=/workflow-app/**
|
|
|
|
|
- - id: workflow_server_prodog
|
|
|
|
|
- uri: lb://workflow-server
|
|
|
|
|
- predicates:
|
|
|
|
|
- - Path=/workflow-prodog/**
|
|
|
|
|
- - id: workflow_server_system
|
|
|
|
|
- uri: lb://workflow-server
|
|
|
|
|
- predicates:
|
|
|
|
|
- - Path=/workflow-system/**
|
|
|
|
|
|
|
+ - Path=/workflow-app/**,/workflow-prodog/**,/workflow-system/**
|
|
|
- id: report_server_ureport
|
|
- id: report_server_ureport
|
|
|
uri: lb://report-server
|
|
uri: lb://report-server
|
|
|
predicates:
|
|
predicates:
|
|
@@ -66,31 +54,17 @@ spring:
|
|
|
- id: pc_client
|
|
- id: pc_client
|
|
|
uri: http://127.0.0.1:8081
|
|
uri: http://127.0.0.1:8081
|
|
|
predicates:
|
|
predicates:
|
|
|
- - Path=/pcapp/**
|
|
|
|
|
|
|
+ - Path=/pcapp/**,/static/**
|
|
|
# 正式的环境去掉该配置
|
|
# 正式的环境去掉该配置
|
|
|
- - id: pc_client_static
|
|
|
|
|
- uri: http://127.0.0.1:8081
|
|
|
|
|
- predicates:
|
|
|
|
|
- - Path=/static/**
|
|
|
|
|
- # 正式的环境去掉该配置
|
|
|
|
|
- - id: wms_client_static
|
|
|
|
|
- uri: http://127.0.0.1:8083
|
|
|
|
|
- predicates:
|
|
|
|
|
- - Path=/static-wms-app/**
|
|
|
|
|
- - id: wms_client_eam
|
|
|
|
|
- uri: http://127.0.0.1:8083
|
|
|
|
|
|
|
+ - id: eam_client
|
|
|
|
|
+ uri: http://127.0.0.1:8082
|
|
|
predicates:
|
|
predicates:
|
|
|
- - Path=/EamApp/**
|
|
|
|
|
|
|
+ - Path=/eamapp/**
|
|
|
# 正式的环境去掉该配置
|
|
# 正式的环境去掉该配置
|
|
|
- id: wms_client
|
|
- id: wms_client
|
|
|
uri: http://127.0.0.1:8083
|
|
uri: http://127.0.0.1:8083
|
|
|
predicates:
|
|
predicates:
|
|
|
- - Path=/wmsapp/**
|
|
|
|
|
- # 正式的环境去掉该配置
|
|
|
|
|
- - id: eam_client
|
|
|
|
|
- uri: http://127.0.0.1:8082
|
|
|
|
|
- predicates:
|
|
|
|
|
- - Path=/eamapp/**
|
|
|
|
|
|
|
+ - Path=/wmsapp/**,/static-wms-app/**,/EamApp/**
|
|
|
# 文件服务器
|
|
# 文件服务器
|
|
|
- id: file_server
|
|
- id: file_server
|
|
|
uri: lb://file-server
|
|
uri: lb://file-server
|