Skip to content

Instantly share code, notes, and snippets.

@osanchezh
Created July 23, 2013 01:14
Show Gist options
  • Save osanchezh/6059119 to your computer and use it in GitHub Desktop.
Save osanchezh/6059119 to your computer and use it in GitHub Desktop.
...
<bean class="org.springframework.scheduling.quartz.SchedulerFactoryBean" scope="singleton">
<property name="configLocation" value="classpath:quartz.properties" />
<property name="applicationContextSchedulerContextKey" value="applicationContext" />
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment