ci: xpack mapper scan

This commit is contained in:
CaptainB 2023-06-25 18:07:26 +08:00
parent e935e79266
commit 1fde986af6

View File

@ -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