All Projects → benjaminwhx → p_mybatis

benjaminwhx / p_mybatis

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

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to p mybatis

Ssm booksystem
ssm demo,ssm详细教程,SSM简明教程:简单的十步教你搭建人生第一个SSM框架[ SSM框架整合教程(spring+spring mvc+mybatis+redis+maven+idea+bootstrap) ]
Stars: ✭ 355 (+1513.64%)
Mutual labels:  mapper, mybatis
Hope Boot
🌱 Hope-Boot 一款现代化的脚手架项目
Stars: ✭ 3,241 (+14631.82%)
Mutual labels:  mapper, mybatis
SimpleCurd
2个类,实现类ActiveRecord,无需写Mapper, mybatis增强
Stars: ✭ 14 (-36.36%)
Mutual labels:  mapper, mybatis
Okhelper Service
OK帮 云进销存 (SpringBoot Restful 全家桶)
Stars: ✭ 146 (+563.64%)
Mutual labels:  mapper, mybatis
Genesis
Spring cloud Example
Stars: ✭ 83 (+277.27%)
Mutual labels:  mapper, mybatis
Mapper
Mybatis Common Mapper - Easy to use
Stars: ✭ 6,680 (+30263.64%)
Mutual labels:  mapper, mybatis
mybatis-mapper2sql
Generate SQL Statements from the MyBatis3 Mapper XML file
Stars: ✭ 61 (+177.27%)
Mutual labels:  mapper, mybatis
Spring Boot Api Project Seed
🌱🚀一个基于Spring Boot & MyBatis的种子项目,用于快速构建中小型API、RESTful API项目~
Stars: ✭ 8,979 (+40713.64%)
Mutual labels:  mapper, mybatis
Ourbatis
Enhancement tools that make the development of Mybatis easier.
Stars: ✭ 84 (+281.82%)
Mutual labels:  mapper, mybatis
Spring Boot Seed
SpringBoot骨架项目,集成SpringBoot、Mybatis、Druid、Mapper、PageHelper、Redis、Shiro、Swagger2、Log4j2等技术
Stars: ✭ 204 (+827.27%)
Mutual labels:  mapper, mybatis
dinglehopper
An OCR evaluation tool
Stars: ✭ 38 (+72.73%)
Mutual labels:  page
springbook
java8+springMVC4+mybatis编写一个图书管理系统
Stars: ✭ 32 (+45.45%)
Mutual labels:  mybatis
vacomall
☀️☀️ 基于 dubbo 实现的分布式电商平台。
Stars: ✭ 42 (+90.91%)
Mutual labels:  mybatis
jdbcTemplatePlus
基于SpringJdbcTemplate的ORM框架,比Mybatis更方便,更简单,仅需定义Model就可支持各种SQL查询和动态SQL,不再用拼写XML文件和SQL语句,可以通过各种注解式插件扩展,目前主要支持Mysql数据库
Stars: ✭ 25 (+13.64%)
Mutual labels:  mybatis
robert
基于SpringCloud的企业级微服务多租户系统、多语言的脚手架, 代码组件化、高内聚低耦合,代码简介,注释丰富容易上手,该项目包括用于开发分布式应用程序服务的必要组件,支持多应用程序访问,并使开发人员可以轻松地使用Spring Cloud编程模型来开发分布式应用程序服务。
Stars: ✭ 45 (+104.55%)
Mutual labels:  mybatis
mybatis-r2dbc
MyBatis R2DBC Adapter
Stars: ✭ 121 (+450%)
Mutual labels:  mybatis
event-recommender-festa
[SI -> 오늘회, 펫프렌드 이직, 연봉 35% 상승] 내 주변지역의 이벤트와 행사를 추천해주는 서비스
Stars: ✭ 64 (+190.91%)
Mutual labels:  mybatis
community
基于spring boot与mybatis搭建的社区
Stars: ✭ 18 (-18.18%)
Mutual labels:  mybatis
beihu-boot
企业级快速开发框架集,提供各种组件的模板方法包装,简化使用成本,供参考学习!
Stars: ✭ 32 (+45.45%)
Mutual labels:  mybatis
AwesomeMall
Java EE电商项目(使用SSM框架)
Stars: ✭ 29 (+31.82%)
Mutual labels:  mybatis

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].