How to config QuartzEventScheduler with Spring Boot

Is there any example on this configuration?

Regards

Hi Pietro,

check out the QuartzEventSchedulerFactoryBean. It should configure itself pretty much automatically (although you may have to set the PlatformTransactionManager).

Check the Spring/Quartz documentation on setting up a Quartz Scheduler.

Cheers,

Allard