1. 程式人生 > >精盡MyBatis原始碼分析 - 文章導讀

精盡MyBatis原始碼分析 - 文章導讀

> 該系列文件是本人在學習 Mybatis 的原始碼過程中總結下來的,可能對讀者不太友好,請結合我的原始碼註釋([Mybatis原始碼分析 GitHub 地址](https://github.com/liu844869663/mybatis-3)、[Mybatis-Spring 原始碼分析 GitHub 地址](https://github.com/liu844869663/spring)、[Spring-Boot-Starter 原始碼分析 GitHub 地址](https://github.com/liu844869663/spring-boot-starter))進行閱讀,需要對 MyBatis 和 Spring 有一定的瞭解,可以先閱讀 [MyBatis 官方文件](https://mybatis.org/mybatis-3/zh/index.html) > > MyBatis 版本:3.5.2 > > MyBatis-Spring 版本:2.0.3 > > MyBatis-Spring-Boot-Starter 版本:2.1.4 [《MyBatis 面試題》](https://www.cnblogs.com/lifullmoon/p/14014648.html) [《MyBatis 使用手冊》](https://www.cnblogs.com/lifullmoon/p/14014660.html) [《精盡 MyBatis 原始碼分析 - 整體架構》](https://www.cnblogs.com/lifullmoon/p/14014901.html) [《精盡 MyBatis 原始碼分析 - 基礎支援層》](https://www.cnblogs.com/lifullmoon/p/14014934.html) [《精盡 MyBatis 原始碼分析 - MyBatis 初始化(一)之載入 mybatis-config.xml》](https://www.cnblogs.com/lifullmoon/p/14015009.html) [《精盡 MyBatis 原始碼分析 - MyBatis 初始化(二)之載入 Mapper 介面與對映檔案》](https://www.cnblogs.com/lifullmoon/p/14015046.html) [《精盡 MyBatis 原始碼分析 - MyBatis 初始化(三)之 SQL 初始化(上)》](https://www.cnblogs.com/lifullmoon/p/14015066.html) [《精盡 MyBatis 原始碼分析 - MyBatis 初始化(四)之 SQL 初始化(下)》](https://www.cnblogs.com/lifullmoon/p/14015075.html) [《精盡 MyBatis 原始碼分析 - MyBatis 的 SQL 執行過程(一)之 Executor》](https://www.cnblogs.com/lifullmoon/p/14015111.html) [《精盡 MyBatis 原始碼分析 - MyBatis 的 SQL 執行過程(二)之 StatementHandler》](https://www.cnblogs.com/lifullmoon/p/14015149.html) [《精盡 MyBatis 原始碼分析 - MyBatis 的 SQL 執行過程(三)之 ResultSetHandler》](https://www.cnblogs.com/lifullmoon/p/14015178.html) [《精盡 MyBatis 原始碼分析 - MyBatis 的 SQL 執行過程(四)之延遲載入》](https://www.cnblogs.com/lifullmoon/p/14015223.html) [《精盡 MyBatis 原始碼分析 - SqlSession 會話與 SQL 執行入口》](https://www.cnblogs.com/lifullmoon/p/14015227.html) [《精盡 MyBatis 原始碼分析 - 外掛機制》](https://www.cnblogs.com/lifullmoon/p/14015228.html) [《精盡 MyBatis 原始碼分析 - MyBatis-Spring 原始碼分析》](https://www.cnblogs.com/lifullmoon/p/14015235.html) [《精盡 MyBatis 原始碼分析 - Spring-Boot-Starter 原始碼分析》](https://www.cnblogs.com/lifullmoon/p/14015243.html) 希望上述一系列文件可以讓讀者對 MyBatis 有更加全面的認識,如有錯誤或者疑惑的地方,歡迎指正!!!共勉 :man_