SpringBoot 集成 Mybatis(三)
个人博客网:https://wushaopei.github.io/ (你想要这里多有)
1.增加持久化层
2.Mapper相关
实体类
数据库表
Mapper配置文件
Mapper接口
Service接口
Service 接口实现
Handler调用
3.增加application.yml配置
4.在主启动类上使用注解扫描Mapper
2.Mapper相关
实体类
数据库表
Mapper配置文件
Mapper接口
Service接口
Service 接口实现
Handler调用
3.增加application.yml配置
4.在主启动类上使用注解扫描Mapper