# SpringBootShardingSphere **Repository Path**: eatricefully/SpringBootShardingSphere ## Basic Information - **Project Name**: SpringBootShardingSphere - **Description**: 分库分表 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-05-15 - **Last Updated**: 2022-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: shardingsphere ## README SpringBoot ShardingSphere #### 介绍 sharding sphere实现的分库(db0,db1)分表,在没有建立规则时,默认只分库(按照id%2),分表需要每个单独加。 #### 软件架构 - sharding sphere - mybatis-plus - springboot - springboot-web