# mybatis3 **Repository Path**: githz/mybatis3 ## Basic Information - **Project Name**: mybatis3 - **Description**: mybatis中文详细注释以及说明 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: comment - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-01-19 - **Last Updated**: 2022-10-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README comment分支 # 1. Mybatis3 中文注释版本 ## 1.1 Mybatis 整体架构 ### 1.1.1 基础支持层 #### 1.1.1.1 解析模块(org.apache.ibatis.parsing) #### 1.1.1.2 反射模块(org.apache.ibatis.reflection) #### 1.1.1.3 类型注册模块(org.apache.ibatis.type) #### 1.1.1.4 日志模块(org.apache.ibatis.logging) #### 1.1.1.5 资源加载模块(org.apache.ibatis.io) #### 1.1.1.6 数据源模块(org.apache.ibatis.datasource) #### 1.1.1.7 事务模块(org.apache.ibatis.transation) #### 1.1.1.8 binding(Mapper动态代理)模块(org.apache.ibatis.binding) #### 1.1.1.9 缓存模块(org.apache.ibatis.cache) ### 1.1.2 核心处理层 ### 1.1.3 接口层 MyBatis SQL Mapper Framework for Java ===================================== [![build](https://github.com/mybatis/mybatis-3/workflows/Java%20CI/badge.svg)](https://github.com/mybatis/mybatis-3/actions?query=workflow%3A%22Java+CI%22) [![Coverage Status](https://coveralls.io/repos/mybatis/mybatis-3/badge.svg?branch=master&service=github)](https://coveralls.io/github/mybatis/mybatis-3?branch=master) [![Maven central](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis/badge.svg)](https://maven-badges.herokuapp.com/maven-central/org.mybatis/mybatis) [![Sonatype Nexus (Snapshots)](https://img.shields.io/nexus/s/https/oss.sonatype.org/org.mybatis/mybatis.svg)](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/) [![License](http://img.shields.io/:license-apache-brightgreen.svg)](http://www.apache.org/licenses/LICENSE-2.0.html) [![Stack Overflow](http://img.shields.io/:stack%20overflow-mybatis-brightgreen.svg)](http://stackoverflow.com/questions/tagged/mybatis) [![Project Stats](https://www.openhub.net/p/mybatis/widgets/project_thin_badge.gif)](https://www.openhub.net/p/mybatis) ![mybatis](http://mybatis.github.io/images/mybatis-logo.png) The MyBatis SQL mapper framework makes it easier to use a relational database with object-oriented applications. MyBatis couples objects with stored procedures or SQL statements using an XML descriptor or annotations. Simplicity is the biggest advantage of the MyBatis data mapper over object relational mapping tools. Essentials ---------- * [See the docs](http://mybatis.github.io/mybatis-3) * [Download Latest](https://github.com/mybatis/mybatis-3/releases) * [Download Snapshot](https://oss.sonatype.org/content/repositories/snapshots/org/mybatis/mybatis/)