An open API service indexing awesome lists of open source software.

https://github.com/answerail/springboot-multiple-datasources

SpringBoot+MyBatis+MySQL多数据源解决方案
https://github.com/answerail/springboot-multiple-datasources

datasources mutiple mutiple-datasources mybatis spring-boot

Last synced: 4 months ago
JSON representation

SpringBoot+MyBatis+MySQL多数据源解决方案

Awesome Lists containing this project

README

        

# SpringBoot+MyBatis+MySQL多数据源解决方案
- **数据库初始化脚本**: init/init.sql

 


### 项目说明
- [x] 支持多数据库数据源
- [x] 支持嵌入MyBatis分页插件
- [x] 支持监听多端口号

 

### 参考网址
- [spring boot(七):springboot+mybatis多数据源最简解决方案](https://www.cnblogs.com/ityouknow/p/6102399.html)