Spring Boot(19)——使用Mybatis

Posted elim168

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Spring Boot(19)——使用Mybatis相关的知识,希望对你有一定的参考价值。

使用Mybatis

Mybatis官方提供了整合Spring Boot的Starter,需要在Spring Boot应用中使用Mybatis,需要在pom.xml中添加如下依赖,当前最新的版本是1.3.2。

<dependency>
    <groupId>org.mybatis.spring.boot</groupId>
    <artifactId>mybatis-spring-boot-starter</artifactId<
CSDN 社区图书馆,开张营业! 深读计划,写书评领图书福利~

以上是关于Spring Boot(19)——使用Mybatis的主要内容,如果未能解决你的问题,请参考以下文章

Spring Boot实战之数据库操作

Spring boot MyBatis基本操作

Spring Boot系列SpringBoot配置全局事务处理

Spring Boot(19)——使用Mybatis

spring与mybati整合方法

Github星标35k+,超火的Spring Boot实战项目,文档贼全!