|
|
@ -14,7 +14,6 @@ import org.springframework.context.annotation.Configuration;
|
|
|
|
* @author xuxueli 2017-04-28
|
|
|
|
* @author xuxueli 2017-04-28
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
@Configuration
|
|
|
|
@Configuration
|
|
|
|
@ComponentScan(basePackages = "com.xxl.job.executor.service.jobhandler")
|
|
|
|
|
|
|
|
public class XxlJobConfig {
|
|
|
|
public class XxlJobConfig {
|
|
|
|
private Logger logger = LoggerFactory.getLogger(XxlJobConfig.class);
|
|
|
|
private Logger logger = LoggerFactory.getLogger(XxlJobConfig.class);
|
|
|
|
|
|
|
|
|
|
|
|