乐趣区

Springboot整合Mybatis

新建 springboot 项目
在 pom.xml 文件中导入整合的关键 jar 包:mybatis-spring-boot-starter
新建 User 实体类和对应的接口类:

在接口上使用 @Mapper 和 @Repository 注解

在 Spring 配置文件中配置 mybatis 别名和映射关系,当然也可以在 mybatis.config 文件中配置并导入

至此,springboot 和 mybatis 就简单整合起来了

退出移动版