SpringBoot操作数据库------Mybatis

1.首先用idea 新建一个带web的SpringBoot应用 2.在maven的pom.xml中添加mybatis 的依赖,使用的数据库是mysql <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</art
相关文章
相关标签/搜索