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