fix:扫描配置

This commit is contained in:
xiang
2026-03-22 19:28:01 +08:00
parent 1ad4012070
commit 7bf6b5d5ed

View File

@@ -17,6 +17,7 @@ import org.springframework.context.annotation.ComponentScan;
@SpringBootApplication @SpringBootApplication
@ConfigurationPropertiesScan(basePackages = { @ConfigurationPropertiesScan(basePackages = {
"com.xiang.xservice.logger", "com.xiang.xservice.logger",
"com.xiang.xmc.service.http"
}) })
@MapperScan(basePackages = { @MapperScan(basePackages = {
"com.xiang.app.modules.*.mapper" "com.xiang.app.modules.*.mapper"