|
@@ -1,6 +1,6 @@
|
|
|
#端口号
|
|
#端口号
|
|
|
server:
|
|
server:
|
|
|
- port: 80
|
|
|
|
|
|
|
+ port: 9999
|
|
|
token:
|
|
token:
|
|
|
issuer: leanwo
|
|
issuer: leanwo
|
|
|
secret: leanwo123123
|
|
secret: leanwo123123
|
|
@@ -56,6 +56,11 @@ spring:
|
|
|
predicates:
|
|
predicates:
|
|
|
- Path=/pcapp/**,/static/**
|
|
- Path=/pcapp/**,/static/**
|
|
|
# 正式的环境去掉该配置
|
|
# 正式的环境去掉该配置
|
|
|
|
|
+ - id: approval-flow
|
|
|
|
|
+ uri: http://127.0.0.1:8088
|
|
|
|
|
+ predicates:
|
|
|
|
|
+ - Path=/approvalflow/**
|
|
|
|
|
+ # 正式的环境去掉该配置
|
|
|
- id: eam_client
|
|
- id: eam_client
|
|
|
uri: http://127.0.0.1:8082
|
|
uri: http://127.0.0.1:8082
|
|
|
predicates:
|
|
predicates:
|