调整定时任务执行时间

This commit is contained in:
zyq 2024-03-07 11:39:31 +08:00
parent f8566c7907
commit 3f5504d44c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
cron4j=task cron4j=task
task.cron=15 22 * * * task.cron=0 0 * * *
task.class=com.cyx.cron.MyTask task.class=com.cyx.cron.MyTask
task.daemon=true task.daemon=true
task.enable=true task.enable=true