🎨
application-framework
Ctrlk
  • Introduction
  • 设计模式篇
  • SpringBoot篇
  • Mybatis篇
    • Mybatis基础教程
    • Mybatis-Spring基础教程
    • Sqlsession原理
    • Mybatis代码架构分析
    • Mybatis事务
    • Mybatis与Spring集成事务相关问题
    • 结果/参数绑定
    • Mybatis插件拓展/插件原理
    • Mybatis 使用Ehcache缓存机制//自带缓存与Spring结合使用
    • 使用代码生成器快速开发
    • Mybatis使用时的一些注意事项
    • Mybatis配置打印SQL语句
    • 持久层框架mybatis如何防止sql注入
    • SqlSessionTemplate与SqlSessionDaoSupport讲解
    • MapperFactoryBean与MapperScannerConfigurer讲解
    • Spring+MyBatis多数据源配置实现
    • Mybatis与Spring集成事务相关问题
  • Spring源码解读篇
  • JPA篇
  • Hibernate篇
Powered by GitBook
On this page

Was this helpful?

Mybatis篇

  • Mybatis基础教程

  • Mybatis-Spring基础教程

  • Sqlsession原理

  • Mybatis代码架构分析

  • Mybatis事务

  • Mybatis与Spring集成事务相关问题

  • 结果/参数绑定

  • Mybatis插件拓展/插件原理

  • 自带缓存机制与Spring结合实现缓存

  • 使用代码生成器快速开发

  • Mybatis使用时的一些注意事项

  • Mybatis配置打印SQL语句

  • 持久层框架mybatis如何防止sql注入

  • SqlSessionTemplate与SqlSessionDaoSupport讲解

  • MapperFactoryBean与MapperScannerConfigurer讲解

  • Spring+MyBatis多数据源配置实现

参考文档:

官网地址:http://blog.mybatis.org/

mybatis官网教程中文版:http://www.mybatis.org/mybatis-3/zh/index.html

mybatis-spring官网地址(非常详细):http://www.mybatis.org/spring/zh/index.html

github使用示例:https://github.com/tuonioooo/Mybatis-master

PreviousSpring Boot API 版本权限控制NextMybatis基础教程

Last updated 5 years ago

Was this helpful?