This commit is contained in:
xuxueli 2017-07-27 13:32:36 +08:00
parent 33f124e8c3
commit d1b0cdbda9
2 changed files with 6 additions and 2 deletions

View File

@ -8,7 +8,11 @@ import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Configuration;
/**
* xxl-job config
*
* @author xuxueli 2017-04-28
*/
@Configuration @Configuration
@ComponentScan(basePackages = "com.xxl.job.executor.service.jobhandler") @ComponentScan(basePackages = "com.xxl.job.executor.service.jobhandler")
public class XxlJobConfig { public class XxlJobConfig {

View File

@ -1,4 +1,4 @@
package com.xxl.job.executor.mvc.handler; package com.xxl.job.executor.mvc.controller;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.stereotype.Controller; import org.springframework.stereotype.Controller;