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多数据源解决方案
- Host: GitHub
- URL: https://github.com/answerail/springboot-multiple-datasources
- Owner: AnswerAIL
- Created: 2018-12-07T06:51:54.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T01:46:22.000Z (over 6 years ago)
- Last Synced: 2024-12-31T15:26:04.387Z (6 months ago)
- Topics: datasources, mutiple, mutiple-datasources, mybatis, spring-boot
- Language: Java
- Homepage: https://github.com/AnswerAIL/springboot-multiple-datasources
- Size: 41 KB
- Stars: 1
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)