update 监控模块路由配置
parent
8e31fb5557
commit
de6386d47f
|
|
@ -65,6 +65,13 @@ spring:
|
||||||
- Path=/system/**
|
- Path=/system/**
|
||||||
filters:
|
filters:
|
||||||
- StripPrefix=1
|
- StripPrefix=1
|
||||||
|
# 监控模块
|
||||||
|
- id: ruoyi-monitor
|
||||||
|
uri: lb://ruoyi-system
|
||||||
|
predicates:
|
||||||
|
- Path=/monitor/**
|
||||||
|
filters:
|
||||||
|
- StripPrefix=1
|
||||||
# 资源服务
|
# 资源服务
|
||||||
- id: ruoyi-resource
|
- id: ruoyi-resource
|
||||||
uri: lb://ruoyi-resource
|
uri: lb://ruoyi-resource
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue