调整定时任务启动时间
This commit is contained in:
parent
15371d9cbf
commit
9a54c46c52
|
@ -1,5 +1,5 @@
|
||||||
cron4j=task
|
cron4j=task
|
||||||
task.cron=20 14 * * *
|
task.cron=15 22 * * *
|
||||||
task.class=com.cyx.cron.MyTask
|
task.class=com.cyx.cron.MyTask
|
||||||
task.daemon=true
|
task.daemon=true
|
||||||
task.enable=true
|
task.enable=true
|
Loading…
Reference in New Issue