This commit is contained in:
Looly
2024-01-11 13:31:10 +08:00
parent f341b9ed7a
commit fe2516b646
5 changed files with 16 additions and 10 deletions

View File

@@ -8,7 +8,7 @@
# demo.org.dromara.hutool.cron.TestJob.doTest = */1 * * * * *
[org.dromara.hutool.cron.demo]=
[org.dromara.hutool.cron.demo]
# 6位表达式在秒匹配模式下可用此处表示每秒执行一次
# TestJob.doTest = */1 * * * * *
# 5位表达式在分匹配模式下可用此处表示每分钟执行一次