xiangpei
2024-11-25 af5436c6fba777f6e8cd649c3e251cb5df568439
ruoyi-admin/src/main/resources/application.yml
@@ -120,9 +120,6 @@
    # swagger 文档配置
    - /*/api-docs
    - /*/api-docs/**
    # actuator 监控配置
    - /actuator
    - /actuator/**
# 多租户配置
tenant:
@@ -245,17 +242,6 @@
  # 分布式锁的超时时间,默认为 30 秒
  expire: 30000
--- # Actuator 监控端点的配置项
management:
  endpoints:
    web:
      exposure:
        include: '*'
  endpoint:
    health:
      show-details: ALWAYS
    logfile:
      external-file: ./logs/sys-console.log
--- # websocket
websocket: