|
@@ -59,12 +59,12 @@ spring:
|
|
|
- id: eam_client
|
|
- id: eam_client
|
|
|
uri: http://127.0.0.1:8082
|
|
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/**,/static-wms-app/**,/EamApp/**
|
|
|
|
|
|
|
+ - Path=/wmsapp/**,/static-wms-app/**
|
|
|
# 文件服务器
|
|
# 文件服务器
|
|
|
- id: file_server
|
|
- id: file_server
|
|
|
uri: lb://file-server
|
|
uri: lb://file-server
|