遗漏的路由配置

This commit is contained in:
zhangdaiscott
2020-09-25 14:45:20 +08:00
parent 6ec8327cf7
commit cfbe91868f
2 changed files with 4 additions and 4 deletions
@@ -19,11 +19,11 @@ spring:
- id: jeecg-demo
uri: lb://jeecg-demo
predicates:
- Path=/test/**,/api/**
- Path=/test/**,/api/**,/bigscreen/template1/**,/bigscreen/template2/**
- id: jeecg-system
uri: lb://jeecg-system
predicates:
- Path=/sys/**,/webSocketApi/**,/online/**,/message/**
- Path=/sys/**,/oss/file/**,/webSocketApi/**,/online/**,/message/**
- id: jeecg-system-websocket
uri: lb:ws://jeecg-system
predicates:
@@ -19,11 +19,11 @@ spring:
- id: jeecg-demo
uri: lb://jeecg-demo
predicates:
- Path=/test/**,/api/**
- Path=/test/**,/api/**,/bigscreen/template1/**,/bigscreen/template2/**
- id: jeecg-system
uri: lb://jeecg-system
predicates:
- Path=/sys/**,/webSocketApi/**,/online/**,/message/**
- Path=/sys/**,/oss/file/**,/webSocketApi/**,/online/**,/message/**
- id: jeecg-system-websocket
uri: lb:ws://jeecg-system
predicates: