update 合并monitor到system
parent
d903f34e9f
commit
4e56b5f9fb
|
|
@ -62,14 +62,7 @@ spring:
|
|||
- id: ruoyi-system
|
||||
uri: lb://ruoyi-system
|
||||
predicates:
|
||||
- Path=/system/**
|
||||
filters:
|
||||
- StripPrefix=1
|
||||
# 监控模块
|
||||
- id: ruoyi-monitor
|
||||
uri: lb://ruoyi-system
|
||||
predicates:
|
||||
- Path=/monitor/**
|
||||
- Path=/system/**,/monitor/**
|
||||
filters:
|
||||
- StripPrefix=1
|
||||
# 资源服务
|
||||
|
|
|
|||
Loading…
Reference in New Issue