@Configuration @EnableConfigurationProperties(value=PowerJobProperties.class) @ConditionalOnProperty(prefix="powerjob.worker", name="enabled", havingValue="true", matchIfMissing=true) public class PowerJobAutoConfiguration extends Object
| 构造器和说明 |
|---|
PowerJobAutoConfiguration() |
@Bean @ConditionalOnMissingBean public PowerJobSpringWorker initPowerJob(PowerJobProperties properties)
Copyright © 2023. All rights reserved.