feat(bigbrother): 导出后可选删除原数据并记录日志

This commit is contained in:
2025-12-29 16:05:09 +08:00
parent 331f23e79b
commit 87492a09f9
5 changed files with 17 additions and 1 deletions

View File

@@ -82,7 +82,7 @@ spring:
redis:
host: 127.0.0.1 # 地址
port: 6379 # 端口
database: 0 # 数据库索引
database: 1 # 数据库索引
# password: dev # 密码,建议生产环境开启
--- #################### 定时任务相关配置 ####################