ruoyi-admin/src/main/resources/application.yml
@@ -11,7 +11,7 @@ # 获取ip地址开关 addressEnabled: true # 缓存懒加载 cacheLazy: true cacheLazy: false captcha: # 页面 <参数设置> 可开启关闭 验证码校验 @@ -52,10 +52,6 @@ com.ruoyi: @logging.level@ org.springframework: warn config: classpath:logback.xml # tlog 全局访问性能拦截 tlog: enable-invoke-time-print: true # Spring配置 spring: @@ -142,6 +138,8 @@ - /*/api-docs # druid 监控配置 - /druid/** # 用户放行 permit-all: # actuator 监控配置 - /actuator - /actuator/**