diff --git a/.gitignore b/.gitignore
index c4cc698..4dd70cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -36,4 +36,4 @@ build/
.vscode/
### Mac OS ###
-.DS_Store
\ No newline at end of file
+.DS_Store!/.idea/sonarlint/
diff --git a/README.md b/README.md
index a0438df..97d6237 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,22 @@
# java-plugins
-分享一些自己在日常中封装的一些组件、spring-boot-starter、工具包等
\ No newline at end of file
+分享一些自己在日常中封装的一些组件、spring-boot-starter、工具包等
+
+## 快速开始
+
+### 目录结构
+
+```lua
+java-plugins
+├── java-plugins-pom -- 公共版本控制
+├── spring-boot-tools -- spring boot 常用的一些工具类
+└── spring-redisson-queue-starter -- 基于redisson实现的队列组件
+```
+
+### 组件介绍
+
+| 组件 | 使用介绍 |
+|-------------------------------|------------------------------------------------------------------------------------------------|
+| java-plugins-pom | - |
+| spring-boot-tools | - |
+| spring-redisson-queue-starter | [基于Redisson实现的队列组件](https://www.mnjblog.cn/archives/ji-yu-redissonshi-xian-de-dui-lie-zu-jian) |
\ No newline at end of file
diff --git a/java-plugins-pom/pom.xml b/java-plugins-pom/pom.xml
index 3983b51..7ea45a1 100644
--- a/java-plugins-pom/pom.xml
+++ b/java-plugins-pom/pom.xml
@@ -30,6 +30,11 @@
redisson-spring-data-27
${redisson.version}
+
+ cn.mnjblog
+ spring-boot-tools
+ ${plugins.version}
+
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index e6cd146..3754b6b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,8 +13,9 @@
java-plugins 是在日常中封装的一些组件、spring-boot-starter、工具包等
https://github.com/githubwyj/java-plugins
- spring-redisson-queue-starter
java-plugins-pom
+ spring-boot-tools
+ spring-redisson-queue-starter
diff --git a/spring-boot-tools/pom.xml b/spring-boot-tools/pom.xml
new file mode 100644
index 0000000..d7dc170
--- /dev/null
+++ b/spring-boot-tools/pom.xml
@@ -0,0 +1,20 @@
+
+
+ 4.0.0
+
+ cn.mnjblog
+ java-plugins
+ 1.0.0-SNAPSHOT
+
+
+ spring-boot-tools
+ spring boot 常用的一些工具类
+
+ 8
+ 8
+ UTF-8
+
+
+
\ No newline at end of file
diff --git a/spring-redisson-queue-starter/pom.xml b/spring-redisson-queue-starter/pom.xml
index f014dd1..5edbb19 100644
--- a/spring-redisson-queue-starter/pom.xml
+++ b/spring-redisson-queue-starter/pom.xml
@@ -10,7 +10,7 @@
spring-redisson-queue-starter
-
+ 基于redisson实现的(延时)队列组件
8
8