Class SchedulingConfiguration

  • All Implemented Interfaces:
    org.springframework.scheduling.annotation.SchedulingConfigurer

    @Configuration
    @EnableAsync
    @EnableScheduling
    @EnableTransactionManagement
    @EnableAspectJAutoProxy(proxyTargetClass=true)
    public class SchedulingConfiguration
    extends AbstractSchedulingConfiguration