mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
fix test
This commit is contained in:
@@ -14,4 +14,4 @@
|
||||
# 5位表达式在分匹配模式下可用,此处表示每分钟执行一次
|
||||
# 如果此时为秒匹配模式,则秒部分为固定数字(此秒取决于加入表达式当前时间的秒数)
|
||||
TestJob.doTest = 0/30 * 8-18 * * ?
|
||||
TestJob2.doTest = */3 * * * * *
|
||||
TestJob2.doTest = */3 * * * * *
|
||||
|
Reference in New Issue
Block a user