buession-springboot-mybatis 参考手册

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 使用。

API 参考手册>>