springboot+mybatis+Druid配置多数据源(mysql+postgre)
引入pom依赖
设置application多数据源
config配置
db1config配置(主数据库配置)
db2config配置(其他数据库)
事务处理
mapper层
相关文章
- 08-27springboot+mybatis+druid多数据源配置
- 08-27Mybatis,多环境数据源配置中,出现的Environment.getDataSource()“ because “environment“ is null 问题
- 08-27记一次Spring Boot 配置多ElasticSearch-sql 数据源,按照参数动态切换
- 08-27springboot系列十、springboot整合redis、多redis数据源配置
- 08-27SpringBoot配置Redis多集群数据源
- 08-27springboot+mybatis+Druid配置多数据源(mysql+postgre)