dao层默认实现增加定时清理过期数据功能

This commit is contained in:
shengzhang
2020-12-27 18:18:08 +08:00
parent 67abf576f0
commit 20f6bd7b3d
7 changed files with 153 additions and 13 deletions

View File

@@ -77,4 +77,5 @@ spring:
| isReadHead | Boolean | true | 是否尝试从header里读取token |
| isReadCookie | Boolean | true | 是否尝试从cookie里读取token |
| tokenStyle | String | uuid | token风格, [参考花式token](/use/token-style) |
| dataRefreshPeriod | int | 30 | 默认dao层实现类中每次清理过期数据间隔的时间 (单位: 秒) 默认值30秒设置为-1代表不启动定时清理 |
| isV | Boolean | true | 是否在初始化配置时打印版本字符画 |