Dynamic datasource, multiple datasource of spring boot/ distribution transaction; spring boot 多数据源,动态数据源,分布式事务
Google Bing GitHub
A tool that allows you to add, delete, and switch data sources while the program is running. 在程序运行过程中动态增删和切换数据源的工具。
dynamic datasource for springboot 多数据源 动态数据源 主从分离 读写分离 分布式事务
基于Mybatis一主多从数据源,支持扩展数据源切换策略
动态数据源切换
项目中为了提高tps(并发量),常采用读写分离的方式。这个demo实现了动态切换数据源的例子(1:用注解,aop实现自动切换;2手动切换)
spring两种方法动态切换数据源
整合springboot mybatisplus mysql 使用aop实现数据源动态访问