This commit is contained in:
张良(004796)
2024-02-05 18:03:00 +08:00
parent 18f9838338
commit ec83a538cc
4 changed files with 11 additions and 3 deletions

View File

@@ -8,8 +8,6 @@ ruoyi:
copyrightYear: 2023
# 缓存懒加载
cacheLazy: false
ser
captcha:
# 页面 <参数设置> 可开启关闭 验证码校验
# 验证码类型 math 数组计算 char 字符验证
@@ -45,7 +43,7 @@ server:
# 日志配置
logging:
level:
com.ruoyi: @logging.level@
com.ruoyi: info
org.springframework: warn
config: classpath:logback-plus.xml
@@ -245,3 +243,5 @@ lock4j:
management:
endpoints:
enabled-by-default: false
cai:
websocket: true