@Configuration
@ConditionalOnClass(value=com.alibaba.schedulerx.worker.SchedulerxWorker.class)
@ConditionalOnProperty(prefix="spring.schedulerx2",
name="enabled",
havingValue="true",
matchIfMissing=true)
@EnableConfigurationProperties(value=SchedulerxProperties.class)
public class SchedulerxAutoConfigure
extends Object
Copyright © 2022. All rights reserved.