build: 去掉repository package 配置
This commit is contained in:
parent
0f90e2f31c
commit
7528485190
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue