Jeecg Boot 2.3 里程碑版本发布,支持微服务和单体自由切换、提供新行编辑表格JVXETable

This commit is contained in:
zhangdaiscott 2020-09-12 07:55:09 +08:00
parent 39d6bd1925
commit 02785b8315
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ spring:
- id: jeecg-demo
uri: lb://jeecg-demo
predicates:
- Path=/mock/**,/test/**
- Path=/test/**,/api/**,/vxeSocket/**
- id: jeecg-system
uri: lb://jeecg-system
predicates:
- Path=/sys/**,/online/**,/api/**,/webSocketApi/**,/message/**
- Path=/sys/**,/websocket/**,/online/**,/webSocketApi/**,/message/**
- id: jeecg-cloud-websocket
uri: lb:ws://jeecg-system
predicates: