Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yunbocheng/mybatis

🍭MyBatis简介
https://github.com/yunbocheng/mybatis

maven mybatis

Last synced: about 5 hours ago
JSON representation

🍭MyBatis简介

Awesome Lists containing this project

README

        

# MyBatis










## 一、MyBatis操作数据库原理

![](https://gitee.com/YunboCheng/imageBad/raw/master/image/mybatis%E6%93%8D%E4%BD%9C%E6%95%B0%E6%8D%AE%E5%BA%93.jpg)

## 二、MyBatis核心结构

![](https://gitee.com/YunboCheng/imageBad/raw/master/image/mybatis%E5%8E%9F%E7%90%86.jpg)

## 三、清单

### 1.MyBatis

- [动态SQL语句](./dynamic-sql)
- [MyBatis核心结构](./Hello-MyBatis)
- [MyBatis实现常用结构](./Hello_MyBatis_Dao)
- [MyBatis概念](./MyBatis概念.md)

## 四、参考文献

MyBatis中文手册 :

> - [MyBatis中文手册](https://mybatis.org/mybatis-3/zh/getting-started.html)

## 五、反馈及改进

如果您在学习的时候遇到了任何问题,或者清单有任何可以改进的地方,

非常欢迎提出issues,看到就会回馈.并且将您添加到项目贡献者列表中。

## 六、参与贡献

1. Fork 本仓库
2. 新建 Feat_xxx 分支
3. 提交代码
4. 新建 Pull Request,填写必要信息。
5. 等待审核即可。通过之后会邮件通知您。

## 七、许可证

在 MIT 许可下分发。有关更多信息,请参阅[`LICENSE`](./LICENSE)。

## 八、致谢

> 1. 感谢动力节点提供的MyBatis在线课程视频资料 [MyBatis在线课程](https://www.bilibili.com/video/BV185411s7Ry)
> 2. 感谢JetBrains提供的配套开发环境许可证 [官方网站](https://www.jetbrains.com/)
> 3. 感谢Gitee提供的图床平台 [相关地址](https://gitee.com/YunboCheng/imageBad)