Skip to content
This repository has been archived by the owner on Feb 17, 2024. It is now read-only.

linghengqian-scratches/sharding-jdbc-poc

 
 

Repository files navigation

1、版本

SrpingBoot2.1.13 + SpringDataJpa2.1.16 + ShardingSphere4.0.1

2、项目结构

shardingsphere-jdbc-demo
  ├── shardingsphere-jdbc-common # 公共接口定义
  ├── shardingsphere-jdbc-jpa    # jpa实现的操作
  ├── shardingsphere-jdbc-sharding-jpa # jpa整合ShardingSphere实现分库分表
  └── sql
        └── init.sql #数据库脚本