调整定时任务启动时间

This commit is contained in:
zyq 2024-03-06 09:28:23 +08:00
parent 15371d9cbf
commit 9a54c46c52
1 changed files with 1 additions and 1 deletions

View File

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