ci: xpack mapper scan
This commit is contained in:
parent
e935e79266
commit
1fde986af6
|
@ -21,7 +21,7 @@ import java.util.List;
|
|||
import java.util.Properties;
|
||||
|
||||
@Configuration
|
||||
@MapperScan(basePackages = {"io.metersphere.*.mapper"}, sqlSessionFactoryRef = "sqlSessionFactory")
|
||||
@MapperScan(basePackages = {"io.metersphere.*.mapper", "io.metersphere.xpack.*.mapper"}, sqlSessionFactoryRef = "sqlSessionFactory")
|
||||
@EnableTransactionManagement
|
||||
public class MybatisConfig {
|
||||
@Bean
|
||||
|
|
Loading…
Reference in New Issue