chore: 移除系统模块启动调试输出

- 删除 module-system 自动配置中的控制台打印
This commit is contained in:
2026-03-24 18:39:37 +08:00
parent c78db961c5
commit b777cb3641

View File

@@ -2,13 +2,8 @@ package tech.easyflow.system.config;
import org.mybatis.spring.annotation.MapperScan;
import org.springframework.boot.autoconfigure.AutoConfiguration;
import org.springframework.context.annotation.ComponentScan;
@MapperScan("tech.easyflow.system.mapper")
@AutoConfiguration
public class SysModuleConfig {
public SysModuleConfig() {
System.out.println("启用模块 >>>>>>>>>> module-system");
}
}