|
@@ -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配置版本
|