v1.8.2
xuxueli 7 years ago
parent 33f124e8c3
commit d1b0cdbda9

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

@ -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.stereotype.Controller;
Loading…
Cancel
Save