Commit ad71f085 by huluobin

测试定时任务

parent a853fac6
...@@ -80,7 +80,7 @@ public class Application { ...@@ -80,7 +80,7 @@ public class Application {
private static LiteJobConfiguration createJobConfigurationTest() { private static LiteJobConfiguration createJobConfigurationTest() {
JobCoreConfiguration simpleCoreConfig = JobCoreConfiguration.newBuilder( JobCoreConfiguration simpleCoreConfig = JobCoreConfiguration.newBuilder(
propertiesUtil.getPropertyAsString("JOB_NAME_INCREMENT"), propertiesUtil.getPropertyAsString("JOB_NAME_INCREMENT"),
propertiesUtil.getPropertyAsString("0 12 18 * * ?"), "0 46 19 * * ?",
propertiesUtil.getPropertyAsInt("SHARDING_TOTAL_COUNT_INCREMENT")) propertiesUtil.getPropertyAsInt("SHARDING_TOTAL_COUNT_INCREMENT"))
.jobParameter("INCREMENT") .jobParameter("INCREMENT")
.build(); .build();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment