update 修改 xxljob 演示案例

This commit is contained in:
疯狂的狮子li
2022-11-08 10:27:12 +08:00
parent f2aa2b7ee5
commit 15d3ed1107

View File

@@ -39,7 +39,6 @@ public class SampleService {
for (int i = 0; i < 5; i++) { for (int i = 0; i < 5; i++) {
XxlJobHelper.log("beat at:" + i); XxlJobHelper.log("beat at:" + i);
TimeUnit.SECONDS.sleep(2);
} }
// default success // default success
} }