类 SchedulingConfigure


  • @EnableScheduling
    @EnableConfigurationProperties(SchedulingProperties.class)
    @ConditionalOnProperty(prefix="meteor.scheduling",
                           name="enabled",
                           havingValue="true")
    public class SchedulingConfigure
    extends Object
    定时器配置
    作者:
    ths
    • 构造器详细资料

      • SchedulingConfigure

        public SchedulingConfigure()