We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f34bc39 + 3ef2b98 commit e3e1157Copy full SHA for e3e1157
src/main/groovy/quartz/QuartzGrailsPlugin.groovy
@@ -92,6 +92,7 @@ Adds Quartz job scheduling features
92
93
if (hasJdbcStore && hasHibernate && purgeTables) {
94
purgeTablesBean(JdbcCleanup) { bean ->
95
+ dataSource = ref(properties['org.quartz.jdbcStoreDataSource'] ?: 'dataSource')
96
bean.autowire = 'byName'
97
}
98
0 commit comments