From 0356889de5a52083c938e4c28229cf314def42a9 Mon Sep 17 00:00:00 2001 From: githubwyj Date: Tue, 30 Jan 2024 22:04:55 +0800 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=96=87=E6=A1=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) 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 From 9063f020f5afb07e5938c2131939fa79bcc77ff5 Mon Sep 17 00:00:00 2001 From: githubwyj Date: Tue, 30 Jan 2024 22:05:11 +0800 Subject: [PATCH 2/2] =?UTF-8?q?docs:=20=E6=B7=BB=E5=8A=A0=E7=9B=B8?= =?UTF-8?q?=E5=85=B3=E6=96=87=E6=A1=A3=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- java-plugins-pom/pom.xml | 5 +++++ pom.xml | 3 ++- spring-boot-tools/pom.xml | 20 ++++++++++++++++++++ spring-redisson-queue-starter/pom.xml | 2 +- 5 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 spring-boot-tools/pom.xml 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/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