Skip to content

Commit b28fa9f

Browse files
authored
Update README.md
1 parent 34b4f13 commit b28fa9f

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

README.md

+27-1
Original file line numberDiff line numberDiff line change
@@ -179,4 +179,30 @@ public void queryUserDynamicProxyTest() {
179179

180180
- [ ] 对于返回值的优化,返回值可以是任何类型。
181181

182-
- [ ] 添加 spring-boot-starter 特性
182+
- [ ] 添加 spring-boot-starter 特性
183+
184+
# 中间件等工具开源矩阵
185+
186+
[heaven: 收集开发中常用的工具类](https://github.com/houbb/heaven)
187+
188+
[rpc: 基于 netty4 实现的远程调用工具](https://github.com/houbb/rpc)
189+
190+
[mq: 简易版 mq 实现](https://github.com/houbb/mq)
191+
192+
[ioc: 模拟简易版 spring ioc](https://github.com/houbb/ioc)
193+
194+
[mybatis: 简易版 mybatis](https://github.com/houbb/mybatis)
195+
196+
[cache: 渐进式 redis 缓存](https://github.com/houbb/cache)
197+
198+
[jdbc-pool: 数据库连接池实现](https://github.com/houbb/jdbc-pool)
199+
200+
[sandglass: 任务调度时间工具框架](https://github.com/houbb/sandglass)
201+
202+
[sisyphus: 支持注解的重试框架](https://github.com/houbb/sisyphus)
203+
204+
[resubmit: 防止重复提交框架,支持注解](https://github.com/houbb/resubmit)
205+
206+
[auto-log: 日志自动输出](https://github.com/houbb/auto-log)
207+
208+
[async: 多线程异步并行框架](https://github.com/houbb/async)

0 commit comments

Comments
 (0)