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的主要内容,如果未能解决你的问题,请参考以下文章