mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-02 18:46:13 +00:00
update 监控模块路由配置
This commit is contained in:
@@ -65,6 +65,13 @@ spring:
|
||||
- Path=/system/**
|
||||
filters:
|
||||
- StripPrefix=1
|
||||
# 监控模块
|
||||
- id: ruoyi-monitor
|
||||
uri: lb://ruoyi-system
|
||||
predicates:
|
||||
- Path=/monitor/**
|
||||
filters:
|
||||
- StripPrefix=1
|
||||
# 资源服务
|
||||
- id: ruoyi-resource
|
||||
uri: lb://ruoyi-resource
|
||||
|
Reference in New Issue
Block a user