|
@ -24,7 +24,7 @@ public class SchedulerConfig {
|
|
|
@Autowired
|
|
|
private DataSource dataSource;
|
|
|
@Bean
|
|
|
SchedulerFactoryBean schedulerFactoryBean_cwd() throws IOException {
|
|
|
SchedulerFactoryBean schedulerFactoryBean() throws IOException {
|
|
|
SchedulerFactoryBean bean = new SchedulerFactoryBean();
|
|
|
bean.setJobFactory(jobFactory);
|
|
|
bean.setApplicationContext(this.applicationContext);
|