|
|
@@ -1,6 +1,6 @@
|
|
|
#端口号
|
|
|
server:
|
|
|
- port: 80
|
|
|
+ port: 83
|
|
|
token:
|
|
|
issuer: leanwo
|
|
|
secret: leanwo123123
|
|
|
@@ -76,7 +76,7 @@ spring:
|
|
|
- id: wms_client
|
|
|
uri: http://127.0.0.1:8083
|
|
|
predicates:
|
|
|
- - Path=/wmsapp/**,/static-wms-app/**
|
|
|
+ - Path=/wmsapp/**,/static-wms-app/**,/static-eam-app/**
|
|
|
# 正式的环境去掉该配置
|
|
|
- id: wms_PcClient
|
|
|
uri: http://127.0.0.1:8084
|