webVueBlog / spring-boot-sharding-sphere

实现分库分表 + 读写分离功能

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ShardingSphere实现分库 + 读写分离

该项目拉下后配置数据库地址,和创建相应的库和表后就可以运行成功。

spring-boot-sharding-sphere # 父工程
 
db-read-write  #实现读写分离功能
sub-db-table  #实现分库分表功能
sub-db-table-read-write   #实现分库分表 + 读写分离

sub-table #实现分表功能
sub-table-read-write  #实现分表 + 读写分离

db-read-write #实现读写分离功能

image

image

image image

sub-db-table #实现分库分表功能

image image

sub-db-table-read-write #实现分库分表 + 读写分离

image

image

sub-table #实现分表功能

image

image

sub-table-read-write #实现分表 + 读写分离

image image

About

实现分库分表 + 读写分离功能


Languages

Language:Java 100.0%