dev
luotaiqian 2026-07-03 10:07:24 +08:00
parent 883e125e94
commit 0dceb829f8
1 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,8 @@ import org.springframework.context.annotation.Configuration;
* @author safety-eval
*/
@Configuration
@MapperScan("org.qinan.safetyeval.infrastructure")
@MapperScan({"org.qinan.safetyeval.infrastructure.mapper"
, "org.qinan.safetyeval.infrastructure.persistence.mapper"})
@EnableConfigurationProperties(ServerProperties.class)
public class MybatisPlusConfig {