Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View bugmakesprogress's full-sized avatar

bugmakesprogress

View GitHub Profile
@bugmakesprogress
bugmakesprogress / AutowiringSpringBeanJobFactory.java
Last active March 18, 2019 11:38 — forked from jelies/AutowiringSpringBeanJobFactory.java
Quartz (2.1.6) java config with spring (3.2.1). Using a SpringBeanJobFactory to automatically autowire quartz classes.
package com.jelies.spring3tomcat7.config.quartz;
import org.quartz.spi.TriggerFiredBundle;
import org.springframework.beans.factory.config.AutowireCapableBeanFactory;
import org.springframework.context.ApplicationContext;
import org.springframework.context.ApplicationContextAware;
import org.springframework.scheduling.quartz.SpringBeanJobFactory;
/**