日志清理、支付单过期处理定时任务接入xxl-job

This commit is contained in:
gaoqr
2025-11-05 11:51:42 +08:00
parent 6d159ab429
commit 86e0adb8f2
9 changed files with 35 additions and 18 deletions
@@ -46,6 +46,12 @@ logging:
file:
name: ${user.home}/logs/${spring.application.name} # 日志文件名,全路径
xxl:
job:
executor:
appname: ${spring.application.name} # 执行器 AppName
logpath: ${user.home}/logs/xxl-job/${spring.application.name} # 执行器运行日志文件存储磁盘路径
accessToken: default_token # 执行器通讯TOKEN
--- #################### 接口文档配置 ####################