Skip to content

mybatis深入学习代码文档以及源码解析,包含通用mapper、分页等插件的详细介绍以及使用

Notifications You must be signed in to change notification settings

benjaminwhx/p_mybatis

Repository files navigation

mybatis

这里面是对mybatis的功能、原理研究以及一些常用plugin的整理,欢迎补充!


作者介绍

源码地址:我的Github地址
作者:吴海旭


项目结构

编号 描述
mybatis-core mybatis基础功能(cache、crud、关联查询等测试)
mybatis-generator mybatis generator测试
mybatis-mapper mybatis通用mapper
mybatis-order mybatis排序插件
mybatis-page mybatis分页插件
mybatis-plugin 项目中各种插件的使用
mybatis-spring spring中mybatis的使用
doc 文档以及源码分析

文档地址

1、mybatis-page中文文档地址:https://pagehelper.github.io/
2、mybatis-generator中文文档地址:mybatis-generator
3、mybatis相关工具地址:http://www.mybatis.tk/
4、mybatis官方指南:http://www.mybatis.org/mybatis-3/zh/index.html
5、mybatis-spring官方指南:http://www.mybatis.org/spring/zh/index.html

github地址

1、Mapper: Mapper
2、PageHelper:PageHelper

中文注释:https://github.com/tuguangquan/mybatis

mybatis设计模式:http://www.crazyant.net/2022.html

About

mybatis深入学习代码文档以及源码解析,包含通用mapper、分页等插件的详细介绍以及使用

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages