# sharding-jdbc-coding **Repository Path**: tong-exists/sharding-jdbc-coding ## Basic Information - **Project Name**: sharding-jdbc-coding - **Description**: 使用sharding-jdbc、spring boot、mybatis-plus完成读写分离、垂直分表、水平分表、多表关联 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-11-21 - **Last Updated**: 2024-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ![](图片2.png) ## 文章 - [项目源码](https://gitee.com/tong-exists/sharding-jdbc-coding) - [ShardingSphere 5.1.1 读写分离实战 | sharding-jdbc | 详细步骤](https://blog.csdn.net/2201_75287294/article/details/127967428) - [mysql 垂直分表实战 | sharding-jdbc | 详细步骤](https://blog.csdn.net/2201_75287294/article/details/127967804) - [mysql 垂直分库 | sharding-jdbc 实战详细步骤](https://blog.csdn.net/2201_75287294/article/details/127970017) - [mysql 水平分表(不分库)| shardingsphere 实战详细步骤](https://blog.csdn.net/2201_75287294/article/details/127970068) - [mysql 水平分表(分库)| sharding-jdbc实战详细步骤](https://blog.csdn.net/2201_75287294/article/details/127970179) - [多表关联 shardingsphere 实战详细步骤](https://blog.csdn.net/2201_75287294/article/details/127970263) - [广播表 shardingsphere实战详细步骤](https://blog.csdn.net/2201_75287294/article/details/127970376) 使用springboot、mybatis-plus、sharding-jdbc进行读写分离、垂直分表、水平分表、多表关联实战。