1 Commits

Author SHA1 Message Date
xiang
7bf6b5d5ed fix:扫描配置 2026-03-22 19:28:01 +08:00

View File

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