疯狂的狮子li
2021-12-27 dd37247e65374dd4ef7e8e8b9212d8f29023e301
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/**