chore: 移除系统模块启动调试输出
- 删除 module-system 自动配置中的控制台打印
This commit is contained in:
@@ -2,13 +2,8 @@ package tech.easyflow.system.config;
|
|||||||
|
|
||||||
import org.mybatis.spring.annotation.MapperScan;
|
import org.mybatis.spring.annotation.MapperScan;
|
||||||
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
import org.springframework.boot.autoconfigure.AutoConfiguration;
|
||||||
import org.springframework.context.annotation.ComponentScan;
|
|
||||||
|
|
||||||
@MapperScan("tech.easyflow.system.mapper")
|
@MapperScan("tech.easyflow.system.mapper")
|
||||||
@AutoConfiguration
|
@AutoConfiguration
|
||||||
public class SysModuleConfig {
|
public class SysModuleConfig {
|
||||||
|
|
||||||
public SysModuleConfig() {
|
|
||||||
System.out.println("启用模块 >>>>>>>>>> module-system");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user