Spring Boot集成Mybatis及通用Mapper
Posted LarryZeal
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了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的主要内容,如果未能解决你的问题,请参考以下文章
spring-boot集成PageHelper和通用Mapper
「Spring Boot架构」集成Mybatis-Plus的实例详解