提交测试

This commit is contained in:
matepad
2026-01-15 15:25:43 +00:00
parent 94768cf5b0
commit dcb6cea3d8
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -32,6 +32,5 @@ build/
### VS Code ### ### VS Code ###
.vscode/ .vscode/
### Other ###
.mv
/log/ /log/
@@ -6,7 +6,6 @@ import org.springframework.scheduling.annotation.EnableScheduling;
@SpringBootApplication @SpringBootApplication
//@MapperScan("cn.lailab.toolbox.mapper") // 扫描这个包下的所有Mapper接口 //@MapperScan("cn.lailab.toolbox.mapper") // 扫描这个包下的所有Mapper接口
@EnableScheduling @EnableScheduling
public class LailabToolboxApplication { public class LailabToolboxApplication {