第一章:Mybatis 框架分层架构第二章:SqlSessionFactory 的初始化第三章:openSession() 获取 SqlSession 对象第四章:getMapper 获取接口的代理对象第五章:查询流程 第一章:Mybatis 框架分层架构 第二章:SqlSessionFactory 的初始化 总结:把配置文件的信息解析并保存在 Configuration 对象中,返回包含 Configuration 的 DefaultSqlSessionFactory 对象。 第三章:openSession() 获取 SqlSession 对象 第四章:getMapper 获取接口的代理对象 第五章:查询流程