Class QuartzConfiguration


  • @Configuration
    public class QuartzConfiguration
    extends java.lang.Object
    • Constructor Detail

      • QuartzConfiguration

        public QuartzConfiguration()
    • Method Detail

      • quartzProperties

        @Bean
        public java.util.Properties quartzProperties()
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • scheduler

        @Bean
        public org.quartz.Scheduler scheduler()
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • schedulerFactoryBean

        @Bean
        public org.springframework.scheduling.quartz.SchedulerFactoryBean schedulerFactoryBean()
                                                                                        throws java.lang.Exception
        Throws:
        java.lang.Exception