Spring Boot 整合 MyBatis

一、创建数据和表   二、添加依赖 <dependency> <groupId>org.mybatis.spring.boot</groupId> <artifactId>mybatis-spring-boot-starter</artifactId> <version>1.3.2</version> </dependency> <dependency> <grou
相关文章
相关标签/搜索