update 修改 xxljob 演示案例
parent
f2aa2b7ee5
commit
15d3ed1107
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue