当前位置:主页
> 资源下载 > 11 > mybatis-plus-sharding-jdbc-spring-boot-starter是Mybatis与分片JDBC结合的Spring Boot启动器
-
mybatis-plus-sharding-jdbc-spring-boot-starter是Mybatis与分片JDBC结合的Spring Boot启动器
资源介绍
mybatis-plus 读写分离+分库分表
项目基于:
因为原项目中提到的 sharding-jdbc-mybatis-plus-spring-boot-starter 没有再更新,所以产生了此项目
dependencies
com.baomidou:mybatis-plus:2.2.0
sharding-jdbc-core-spring-boot-starter:2.0.3
spring-boot-starter:1.5.10.RELEASE
尽量保持以上依赖跟官方最近稳定版同步
声明
项目 使用了 mybatis-plus 的 groupId,如果觉得不妥 可以联系我修改
使用
sharding.jdbc:
datasource:
names: ds_master_0,ds_master_0_slave_0
ds_master_0:
type: c