Browse Source

update 合并monitor到system

Yjoioooo 3 năm trước cách đây
mục cha
commit
4e56b5f9fb
1 tập tin đã thay đổi với 1 bổ sung8 xóa
  1. 1 8
      config/nacos/ruoyi-gateway.yml

+ 1 - 8
config/nacos/ruoyi-gateway.yml

@@ -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
         # 资源服务