天天看点

SpringBoot持久层技术

一、Springboot整合mybatis

maven中添加对数据库与mybatis的依赖

添加application.properties关于mybatis的配置

mapper的xml文件所在目录需要在springboot启动类中配置扫描

数据库表设计

pojo

mapper

service

controller