build: 去掉repository package 配置

This commit is contained in:
CaptainB 2023-05-23 18:05:52 +08:00
parent 0f90e2f31c
commit 7528485190
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import java.util.Properties;
@Configuration @Configuration
@MapperScan(basePackages = {"io.metersphere.*.mapper"}, sqlSessionFactoryRef = "sqlSessionFactory") @MapperScan(basePackages = {"io.metersphere.*.mapper"}, sqlSessionFactoryRef = "sqlSessionFactory")
@EnableJdbcRepositories(basePackages = {"io.metersphere.*.repository"}) @EnableJdbcRepositories
@EnableTransactionManagement @EnableTransactionManagement
public class MybatisConfig { public class MybatisConfig {
@Bean @Bean