This commit is contained in:
Looly
2021-07-28 12:07:28 +08:00
parent 88d4f11c6d
commit 5e8336fcc8
2 changed files with 4 additions and 1 deletions

View File

@@ -14,4 +14,4 @@
# 5位表达式在分匹配模式下可用此处表示每分钟执行一次
# 如果此时为秒匹配模式,则秒部分为固定数字(此秒取决于加入表达式当前时间的秒数)
TestJob.doTest = 0/30 * 8-18 * * ?
TestJob2.doTest = */3 * * * * *
TestJob2.doTest = */3 * * * * *