apache mybatis 自动配置类,支持一主多从 SqlSessionTemplate。
<dependency>
<groupId>com.buession.springboot</groupId>
<artifactId>buession-springboot-mybatis</artifactId>
<version>x.x.x</version>
</dependency>
该模块实现了主从 apache mybatis SqlSessionTemplate
的初始化,配合 buession-dao 使用。