mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2026-05-12 22:52:10 +08:00
update 监控模块路由配置
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user