修复 API 访问日志不记录的问题

This commit is contained in:
YunaiV
2022-04-04 00:09:47 +08:00
parent a426384d41
commit 0547671c9e
2 changed files with 14 additions and 18 deletions

View File

@ -23,6 +23,8 @@ spring:
# Cache 配置项
cache:
type: REDIS
redis:
time-to-live: 1h # 设置过期时间为 1 小时
# 工作流 Activiti 配置
activiti: