update 修改 xxljob 演示案例

2.X
疯狂的狮子li 2022-11-08 10:27:12 +08:00
parent f2aa2b7ee5
commit 15d3ed1107
1 changed files with 0 additions and 1 deletions

View File

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