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

月圓吖發表於2020-11-28

該系列文件是本人在學習 Mybatis 的原始碼過程中總結下來的,可能對讀者不太友好,請結合我的原始碼註釋(Mybatis原始碼分析 GitHub 地址Mybatis-Spring 原始碼分析 GitHub 地址Spring-Boot-Starter 原始碼分析 GitHub 地址)進行閱讀,需要對 MyBatis 和 Spring 有一定的瞭解,可以先閱讀 MyBatis 官方文件

MyBatis 版本:3.5.2

MyBatis-Spring 版本:2.0.3

MyBatis-Spring-Boot-Starter 版本:2.1.4

《MyBatis 面試題》

《MyBatis 使用手冊》

《精盡 MyBatis 原始碼分析 - 整體架構》

《精盡 MyBatis 原始碼分析 - 基礎支援層》

《精盡 MyBatis 原始碼分析 - MyBatis 初始化(一)之載入 mybatis-config.xml》

《精盡 MyBatis 原始碼分析 - MyBatis 初始化(二)之載入 Mapper 介面與對映檔案》

《精盡 MyBatis 原始碼分析 - MyBatis 初始化(三)之 SQL 初始化(上)》

《精盡 MyBatis 原始碼分析 - MyBatis 初始化(四)之 SQL 初始化(下)》

《精盡 MyBatis 原始碼分析 - MyBatis 的 SQL 執行過程(一)之 Executor》

《精盡 MyBatis 原始碼分析 - MyBatis 的 SQL 執行過程(二)之 StatementHandler》

《精盡 MyBatis 原始碼分析 - MyBatis 的 SQL 執行過程(三)之 ResultSetHandler》

《精盡 MyBatis 原始碼分析 - MyBatis 的 SQL 執行過程(四)之延遲載入》

《精盡 MyBatis 原始碼分析 - SqlSession 會話與 SQL 執行入口》

《精盡 MyBatis 原始碼分析 - 外掛機制》

《精盡 MyBatis 原始碼分析 - MyBatis-Spring 原始碼分析》

《精盡 MyBatis 原始碼分析 - Spring-Boot-Starter 原始碼分析》

希望上述一系列文件可以讓讀者對 MyBatis 有更加全面的認識,如有錯誤或者疑惑的地方,歡迎指正!!!共勉 ?‍?

相關文章