-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
979930b
commit 8383000
Showing
1 changed file
with
11 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,16 @@ | ||
# spring-boot | ||
a newbie's way of learning spring-boot | ||
|
||
笔者学习过程中的小demo,均测试过,非常适合初学者学习 | ||
笔者学习过程中的小demo,均测试过,非常适合初学者学习,以下demo均由marven管理 | ||
|
||
## mybatisXML单数据源版 | ||
这个demo是spring boot整合了mybatis的配置文件xml版本 | ||
## mybatisXML | ||
spring boot整合了mybatis的配置文件xml的单数据源版本 | ||
|
||
## mybatisXML多数据源版 | ||
以两个数据库资源来源编写的demo,两个会了,三个四个都是水到渠成的 | ||
## mybatisXML_multiResources | ||
以两个数据库资源来源编写的demo,两个会了,三个四个都是水到渠成的,也是xml版的 | ||
|
||
## mybatis_annotation | ||
使用注解驱动的mybatis,更加简化,逻辑也更清楚 | ||
|
||
## mybatis_annotation_multiResources | ||
使用注解驱动的mybatis的多数据源版本 |