# Springboot+ShardingJDBC+MybatisPlus **Repository Path**: ArrayEdu/spring-sharding-jdbc ## Basic Information - **Project Name**: Springboot+ShardingJDBC+MybatisPlus - **Description**: SpringBoot2.X+shardingJDBC+MybatisPlus - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2020-08-13 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Springboot+ShardingJDBC+MybatisPlus #### 介绍 SpringBoot2.X+shardingJDBC+MybatisPlus #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1、sharding-jdbc 查询原理是查询所有从库的表,有记录返回合并记录; 2、广播表(即每个库中都需要一个同样的表用于关联查询,多为字典表)或只分库不分表且所有库的表结构完全一致的情况