码迷,mamicode.com
首页 > 数据库 > 详细

SpringBoot+Mybayis+ShardingJDBC实现分库分表,动态切换数据库

时间:2020-12-11 12:24:32      阅读:4      评论:0      收藏:0      [点我收藏+]

标签:mybatis   没有   cubator   ref   log   https   bat   另一个   har   

 摘自:https://blog.csdn.net/mianyao1004/article/details/104662018/

 

 

这几天一直在搞分库分表,由于使用场景特殊,一直搞不定,记录一下,sharding官方文档特别全,其实这个文档就够了。

ShardingSphere官网:https://shardingsphere.apache.org/document/current/cn/overview/

配置说明:https://shardingsphere.apache.org/document/current/cn/manual/sharding-jdbc/configuration/

官网配置:https://shardingsphere.apache.org/document/current/cn/manual/sharding-jdbc/configuration/config-spring-boot/

GitHub地址:https://github.com/apache/incubator-shardingsphere

官方实例:https://github.com/geomonlin/incubator-shardingsphere-example

ShardingJDBC的几个例子:

https://www.liangzl.com/get-article-detail-163740.html

https://www.jianshu.com/p/3b2ab87b0de7

注意点:

1.分表规则需要配置tableRuleConfigs,而tableRuleConfigs需要配置分库规则,一定要配置分库规则,一定要!一定要!

2.一个数据源分库分表,另一个没有,貌似需要配置mybatis,不然有问题。

3.看官方文档真的够了!!!别把时间浪费在其他博客上。

SpringBoot+Mybayis+ShardingJDBC实现分库分表,动态切换数据库

标签:mybatis   没有   cubator   ref   log   https   bat   另一个   har   

原文地址:https://www.cnblogs.com/xichji/p/14097760.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!