mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-02 03:58:33 +08:00
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
Block a user