鞍钢鲅鱼圈能源管控系统后端代码
liriming
2 天以前 49a04ff81d88658f22923a0ff503c5cb9d679175
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");