ityouknow 8 years ago
parent
commit
3ef5de60f9
1 changed files with 3 additions and 0 deletions
  1. 3 0
      mybaits-spring-boot/README.md

+ 3 - 0
mybaits-spring-boot/README.md

@@ -4,6 +4,9 @@ spring-boot-myBaits
 对Spring boot组合mybaits的学习,一个是注解版,一个是配置版
 
 
+mybaits和spring结合大大的减少了使用mybaits的配置,主要是使用[mybatis-spring-boot-starter](https://github.com/mybatis/spring-boot-starter)
+
+
 - [spring-boot-mybaits-annotation](https://github.com/ityouknow/spring-boot-starter/tree/master/mybaits-spring-boot/spring-boot-mybaits-annotation):注解版本
 
 - [spring-boot-mybaits-xml](https://github.com/ityouknow/spring-boot-starter/tree/master/mybaits-spring-boot/spring-boot-mybaits-xml):xml配置版本