鞍钢鲅鱼圈能源管控系统后端代码
dengzedong
5 天以前 b465d9c6020d70fd8c91690fdff8de71665b516b
ansteel-biz/src/main/java/com/iailab/module/ansteel/job/config/ScheduleConfig.java
@@ -22,7 +22,7 @@
        //quartz参数
        Properties prop = new Properties();
        prop.put("org.quartz.scheduler.instanceName", "IailabDataScheduler");
        prop.put("org.quartz.scheduler.instanceName", "IailabAnSteelScheduler");
        prop.put("org.quartz.scheduler.instanceId", "AUTO");
        //线程池配置
        prop.put("org.quartz.threadPool.class", "org.quartz.simpl.SimpleThreadPool");
@@ -44,7 +44,7 @@
        factory.setQuartzProperties(prop);
        factory.setSchedulerName("IailabDataScheduler");
        factory.setSchedulerName("IailabAnSteelScheduler");
        //延时启动
        factory.setStartupDelay(30);
        factory.setApplicationContextSchedulerContextKey("applicationContextKey");