| File was renamed from ruoyi-common/ruoyi-common-mybatis/src/main/java/com/sunsail/common/mybatis/config/MybatisPlusConfig.java |
| | |
| | | @EnableTransactionManagement(proxyTargetClass = true) |
| | | @AutoConfiguration(before = MybatisPlusAutoConfiguration.class) |
| | | @MapperScan("${mybatis-plus.mapperPackage}") |
| | | @PropertySource(value = "classpath:common-mybatis.yml", factory = YmlPropertySourceFactory.class) |
| | | @PropertySource(value = "common-mybatis.yml", factory = YmlPropertySourceFactory.class) |
| | | public class MybatisPlusConfig { |
| | | |
| | | @Bean |