We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61be103 + e3e1157 commit df2c39aCopy full SHA for df2c39a
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