疯狂的狮子Li
2021-10-24 2173ed504d2f3dc0f727c2b10230ee14ed0c9436
ruoyi-job/src/main/java/com/ruoyi/job/config/XxlJobConfig.java
@@ -7,6 +7,7 @@
import lombok.extern.slf4j.Slf4j;
import org.springframework.boot.context.properties.EnableConfigurationProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
/**
 * xxl-job config
@@ -14,6 +15,7 @@
 * @author Lion Li
 */
@Slf4j
@Configuration
@EnableConfigurationProperties(XxlJobProperties.class)
@AllArgsConstructor
public class XxlJobConfig {