Table of contents 概述 搭建Mybatis环境 下载Mybatis工程包 搭建Mybatis项目环境 mybatis-配置文件 mybatis-config.xml配置文件 db.properties Settings Mapper.xml映射文件 Mapper.xml文件详解 #与$的使用区别 ResultMap Sql片段 动态SQL If choose (when, otherwise) Where trim关键字 set、foreach Script、bind 缓存 一级缓存 二级缓存 高级查询 表关系说明 一对一关系 一对多关系 多对多关系 延迟加载 逆向工程 配置 附:面试题 Ⅰ Ⅱ Ⅲ Ⅳ Ⅴ