# springboot2.0多数据源配置Demo **Repository Path**: wo-com/SpringbootMybatisMultiDataSourceDemo ## Basic Information - **Project Name**: springboot2.0多数据源配置Demo - **Description**: springboot2.0多数据源配置Demo - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 2 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # springboot2.0多数据源配置Demo #### 项目介绍 springboot2.0多数据源配置Demo #### 项目中使用到的数据库 ###数据库一 springboottest DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `id` int(12) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_bin DEFAULT NULL, `age` int(2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; ###数据库一 springboottest01 DROP TABLE IF EXISTS `users`; CREATE TABLE `users` ( `id` int(12) NOT NULL AUTO_INCREMENT, `name` varchar(255) COLLATE utf8_bin DEFAULT NULL, `age` int(2) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_bin; #### 参与贡献 1. Fork 本项目 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request