You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like QuartzAutoConfiguration will perform DataSource initialization, irrespective of the job store type. This means that an application with a DataSource bean that's using an in-memory job store will still have Quartz's DDL applied to the DataSource.