Skip to content

Commit 0356889

Browse files
committed
docs: 添加相关文档说明
1 parent 237190e commit 0356889

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

README.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
11
# java-plugins
22

3-
分享一些自己在日常中封装的一些组件、spring-boot-starter、工具包等
3+
分享一些自己在日常中封装的一些组件、spring-boot-starter、工具包等
4+
5+
## 快速开始
6+
7+
### 目录结构
8+
9+
```lua
10+
java-plugins
11+
├── java-plugins-pom -- 公共版本控制
12+
├── spring-boot-tools -- spring boot 常用的一些工具类
13+
└── spring-redisson-queue-starter -- 基于redisson实现的队列组件
14+
```
15+
16+
### 组件介绍
17+
18+
| 组件 | 使用介绍 |
19+
|-------------------------------|------------------------------------------------------------------------------------------------|
20+
| java-plugins-pom | - |
21+
| spring-boot-tools | - |
22+
| spring-redisson-queue-starter | [基于Redisson实现的队列组件](https://www.mnjblog.cn/archives/ji-yu-redissonshi-xian-de-dui-lie-zu-jian) |

0 commit comments

Comments
 (0)