本章要点
Spring5
整合MyBatis3
的配置
Spring5
整合MyBatis3
的优势
前面章节详细介绍了Spring MVC
的常用功能和MyBatis
的基本用法。在实际的项目开发中,我们需要将Spring
和MyBatis
进行整合,Spring
和MyBatis
整合后可以完成如下功能:
- 可以使用
Spring
的依赖注入功能
以减少代码的耦合,
- 可以使用
Spring MVC
处理请求并作出响应,
- 可以使用
MyBatis
更加简捷地完成数据库操作。
本章将重点介绍Spring
和MyBatis
的整合过程。