spring-boot整合mybatis

创建spring-boot项目参考上一章内容《SpringBoot2.x初体验》 加入相关依赖         <!-- 创建的是web项目,所有把web需要的依赖加入进来 --> <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-web</artifac
相关文章
相关标签/搜索