Mybatis文档
学习和研究Mybatis框架,我一般会参考Mybatis中文文档,这是Mybatis官方维护的一份指导学习文档,具有权威性:
https://mybatis.org/mybatis-3/zh/index.html
此文档开头会标明Mybatis当前最新版本号:
Mybatis中文文档分为以下几个部分:
XML配置:https://mybatis.org/mybatis-3/zh/configuration.html
XML映射:https://mybatis.org/mybatis-3/zh/sqlmap-xml.html
动态SQL:https://mybatis.org/mybatis-3/zh/dynamic-sql.html
Java API:https://mybatis.org/mybatis-3/zh/java-api.html
SQL语句构建器:https://mybatis.org/mybatis-3/zh/statement-builders.html
日志:https://mybatis.org/mybatis-3/zh/logging.html