Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 603 Bytes

多数据源配置.md

File metadata and controls

17 lines (10 loc) · 603 Bytes

##参考blog

Spring Boot + Mybatis多数据源和动态数据源配置
项目需要同时连接两个不同的数据库A, B,并且它们都为主从架构,一台写库,多台读库
https://blog.csdn.net/neosmith/article/details/61202084

Mybatisplus整合sharding-jdbc
https://blog.csdn.net/lijiqidong/article/details/78498428


Mybatisplus整合dynamic-datasource-spring-boot-starter
https://gitee.com/baomidou/dynamic-datasource-spring-boot-starter


配置多数据出现的问题集合
https://www.cnblogs.com/jpfss/p/8295692.html