【spring boot笔记】14.(Web开发)Mybatis

Mybatis环境搭建 首先数据库中有这样一张表: 我们希望在spring boot中实现查询这个表内容的功能。 1.新建一个maven工程,pom.xml中的依赖: <dependency> <groupId>org.mybatis</groupId> <artifactId>mybatis</artifactId> <version>3.4.6</version> </dependenc
相关文章
相关标签/搜索