ShardingSphere 5.x 系列【5】Spring Boot 3 集成并实现读写分离
有道无术,术尚可求,有术无道,止于术。
本系列Spring Boot 版本 3.1.0
本系列ShardingSphere 版本 5.4.0
源码地址:https://gitee.com/pearl-organization/study-sharding-sphere-demo
文章目录
-
- 1. 概述
- 2. 使用限制
- 3. 案例演示
-
- 3.1 一主双从
- 3.2 项目搭建
- 3.3 配置
- 3.4 测试
- 4. 负载均衡算法
-
- 4.1 轮询