# sharding-jdbc-demo **Repository Path**: cl1429745331/sharding-jdbc-demo ## Basic Information - **Project Name**: sharding-jdbc-demo - **Description**: sharding-jdbc学习案例,包括API使用,springboot集成,分布式事务等。 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 4 - **Forks**: 6 - **Created**: 2022-01-05 - **Last Updated**: 2023-10-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # sharding-jdbc-demo #### 介绍 sharding-jdbc学习案例,包括API使用,springboot集成,分布式事务等。 #### 模块 * basic-example 该模块是API实战模块 * springboot-example Springboot 整合 sharding 模块 * files-parse-processor 该模块为SPI机制模块,测试代码位于springboot-example中 * readwrite-example 演示读写分离功能 * transaction-example 分布式事务模块,采用XA机制