Spring Boot集成Mybatis及通用Mapper

集成Mybatis可以通过 mybatis-spring-boot-starter 实现。

<!-- https://mvnrepository.com/artifact/org.mybatis.spring.boot/mybatis-spring-boot-starter -->
<dependency>
    <groupId>org.mybatis.spring.boot</groupId>
    <artifactId>mybatis-spring-boot-starter</artifactId>
    <version>1.1.1</version>
</dependency>

 

但集成通用Mapper好像有点问题??暂未确定。

 

占位用,留待后续。

 

额,好像还有人来看,暂时没时间研究这个,就放个链接吧。

Spring Boot MyBatis 通用Mapper插件集成

 

posted on 2016-09-06 11:01  LarryZeal  阅读(1028)  评论(0编辑  收藏  举报

导航