We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237190e commit 0356889Copy full SHA for 0356889
README.md
@@ -1,3 +1,22 @@
1
# java-plugins
2
3
-分享一些自己在日常中封装的一些组件、spring-boot-starter、工具包等
+分享一些自己在日常中封装的一些组件、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