# sharding-jdbc-demo **Repository Path**: jspringcode/sharding-jdbc-demo ## Basic Information - **Project Name**: sharding-jdbc-demo - **Description**: Sharding-JDBC使用集成:单库多表、多库多表 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2021-04-26 - **Last Updated**: 2024-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sharding-jdbc-demo #### 介绍 Sharding-JDBC使用集成:单库多表、多库多表,同时采用的是Spring Boot JPA接入形式 #### 参考资料 - 单库多表:[Sharding-JDBC:单库分表的实现](https://www.cnblogs.com/yinjihuan/p/11262559.html) - 多库多表:[springboot 整合 Shardingsphere 4.0 分库分表](https://www.cnblogs.com/tellerfuliye/articles/13274342.html)