# mybatis-learning **Repository Path**: RabbitsInTheGrass/mybatis-learning ## Basic Information - **Project Name**: mybatis-learning - **Description**: Mybatis学习之路 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Mybatis学习之路 #### 前言 本仓库是笔者再深入学习Mybatis的过程中所做笔记,仅供参考。(如有雷同,纯属巧合) #### 项目使用环境 1. jdk1.8 2. apache-maven-3.6.2 3. MySQL8.0 #### 学习分享阶梯 1. [Mybatis学习(一):基础概念和简单自定义持久层框架demo](https://blog.csdn.net/RabbitInTheGrass/article/details/106626747) 学习如何自定义一个持久层框架,把握整体流程。 2. [Mybatis学习(二):Mybatis入门教程和简单应用](https://blog.csdn.net/RabbitInTheGrass/article/details/106862031) 学习Mybatis框架的入门教程、配置属性说明。 3. [Mybatis学习(三):Mybatis注解开发、缓存使用和插件使用的深度分析讲解]() 学习Mybatis框架的XML配置开发模式、注解开发模式、Mybatis缓存的使用、Mybatis插件的原理和使用。 #### 其他 1. 本人博客地址:[Mybatis专栏](https://blog.csdn.net/rabbitinthegrass/category_10108060.html)