Skip to content

Commit

Permalink
添加readme描述
Browse files Browse the repository at this point in the history
  • Loading branch information
FuriousPws002 committed Apr 3, 2024
1 parent 92b7915 commit 252f40d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# mini-mybatis
mybatis的mini版本,包含动态SQL,参数绑定,结果集处理,以及插件支持等核心功能
该项目是mybatis的mini版本,包含动态SQL,参数绑定,结果集处理,以及插件支持等核心功能,写mini-mybatis的初衷是想参照现有mybatis的功能,自己从0到1实现一个简化版,同时也希望帮助其他人熟悉mybatis的设计思想以及源码理解,为降低代码复杂度,该项目主要以实现核心功能为主,不会太注重性能以及线程安全等问题。该项目采用一步一步(step-by-step)的方式完善功能,每一个小功能模块使用一个独立的分支,分支前缀带有递增序号,序号由小到大表示功能的完善程度。
# 功能模块

0 comments on commit 252f40d

Please sign in to comment.