Created
April 26, 2019 09:31
-
-
Save logicjwell/e79a8e681018c71d352aabef3c0cc152 to your computer and use it in GitHub Desktop.
[Mybatis 在springboot中的配置] #mybatis #springboot
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@Configuration | |
@MapperScan(basePackages = {"com.huacai.counter.jzb.biz.repositories.mappers"}) | |
@EnableConfigurationProperties(DataSourceProperties.class) | |
@EnableTransactionManagement | |
public class MybatisConfiguration { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment