Commit 02785b8315c9e3808471deeafec582a745272f9d
1 parent
39d6bd19
Jeecg Boot 2.3 里程碑版本发布,支持微服务和单体自由切换、提供新行编辑表格JVXETable
Showing
1 changed file
with
2 additions
and
2 deletions
jeecg-boot/jeecg-cloud-module/jeecg-cloud-gateway/src/main/resources/application-dev.yml
... | ... | @@ -19,11 +19,11 @@ spring: |
19 | 19 | - id: jeecg-demo |
20 | 20 | uri: lb://jeecg-demo |
21 | 21 | predicates: |
22 | - - Path=/mock/**,/test/** | |
22 | + - Path=/test/**,/api/**,/vxeSocket/** | |
23 | 23 | - id: jeecg-system |
24 | 24 | uri: lb://jeecg-system |
25 | 25 | predicates: |
26 | - - Path=/sys/**,/online/**,/api/**,/webSocketApi/**,/message/** | |
26 | + - Path=/sys/**,/websocket/**,/online/**,/webSocketApi/**,/message/** | |
27 | 27 | - id: jeecg-cloud-websocket |
28 | 28 | uri: lb:ws://jeecg-system |
29 | 29 | predicates: |
... | ... |