Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
awesome-wind committed Nov 25, 2017
1 parent cd0e214 commit 22cc916
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,20 @@ a newbie's way of learning spring-boot

笔者学习过程中的小demo,均测试过,非常适合初学者学习,以下demo均由marven管理

## mybatisXML
# mybatisXML
spring boot整合了mybatis的配置文件xml的单数据源版本

## mybatisXML_multiResources
# mybatisXML_multiResources
以两个数据库资源来源编写的demo,两个会了,三个四个都是水到渠成的,也是xml版的

## mybatis_annotation
# mybatis_annotation
使用注解驱动的mybatis,更加简化,逻辑也更清楚

## mybatis_annotation_multiResources
# mybatis_annotation_multiResources
使用注解驱动的mybatis的多数据源版本

#springboot_Jpa_datable
使用Jpa编写的springboot,在数据库的操作上更加简洁,模板化。前端使用了datatable插件。

#springboot_Jpa_multiResources
Jpa的多资源版本

0 comments on commit 22cc916

Please sign in to comment.