您的位置:首页 > 移动开发

Spring Boot集成Mybatis及通用Mapper

2016-09-06 11:01 1091 查看
集成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插件集成

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: