初始化
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package tech.easyflow.job.config;
|
||||
|
||||
import org.mybatis.spring.annotation.MapperScan;
|
||||
import org.springframework.context.annotation.Configuration;
|
||||
|
||||
@Configuration
|
||||
@MapperScan("tech.easyflow.job.mapper")
|
||||
public class JobModuleConfig {
|
||||
|
||||
public JobModuleConfig() {
|
||||
System.out.println("启用模块 >>>>>>>>>> module-job");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user