| | |
| | | |
| | | //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"); |
| | |
| | | |
| | | factory.setQuartzProperties(prop); |
| | | |
| | | factory.setSchedulerName("IailabDataScheduler"); |
| | | factory.setSchedulerName("IailabAnSteelScheduler"); |
| | | //延时启动 |
| | | factory.setStartupDelay(30); |
| | | factory.setApplicationContextSchedulerContextKey("applicationContextKey"); |