From e4c0b8495917d2bfa77d3ff0d39a7ef6db6d6ddd Mon Sep 17 00:00:00 2001 From: jasmine Date: Fri, 19 Jan 2024 10:22:30 +0800 Subject: [PATCH 1/4] =?UTF-8?q?Hutool=E5=8C=85=E7=9A=84=E6=95=B4=E7=90=86?= =?UTF-8?q?=EF=BC=8C=20=E4=BE=9D=E8=B5=96=E5=86=B2=E7=AA=81=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-core/pom.xml | 23 ++++++++++++++++++++++- continew-starter-dependencies/pom.xml | 25 +++++++++++++++++++++++-- 2 files changed, 45 insertions(+), 3 deletions(-) diff --git a/continew-starter-core/pom.xml b/continew-starter-core/pom.xml index d120c864..aa9b4b8a 100644 --- a/continew-starter-core/pom.xml +++ b/continew-starter-core/pom.xml @@ -71,7 +71,28 @@ cn.hutool - hutool-all + hutool-core + + cn.hutool + hutool-extra + + + cn.hutool + hutool-http + + + cn.hutool + hutool-json + + + cn.hutool + hutool-db + + + cn.hutool + hutool-crypto + + \ No newline at end of file diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 038a27e8..5b53330e 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -95,7 +95,7 @@ cn.hutool - hutool-all + hutool-jwt @@ -182,6 +182,12 @@ org.dromara.sms4j sms4j-spring-boot-starter ${sms4j.version} + + + cn.hutool + hutool-crypto + + @@ -217,6 +223,12 @@ org.dromara.x-file-storage x-file-storage-spring ${x-file-storage.version} + + + cn.hutool + hutool-core + + @@ -231,6 +243,12 @@ cn.crane4j crane4j-spring-boot-starter ${crane4j.version} + + + cn.hutool + hutool-core + + @@ -259,10 +277,13 @@ cn.hutool - hutool-all + hutool-bom ${hutool.version} + pom + import + -- Gitee From 377b8939d0ec8d3e34082b06578fbc49f97a4caa Mon Sep 17 00:00:00 2001 From: jasmine Date: Fri, 19 Jan 2024 10:26:09 +0800 Subject: [PATCH 2/4] =?UTF-8?q?Hutool=E5=8C=85=E7=9A=84=E6=95=B4=E7=90=86?= =?UTF-8?q?=EF=BC=8C=20=E4=BE=9D=E8=B5=96=E5=86=B2=E7=AA=81=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-auth/continew-starter-auth-satoken/pom.xml | 5 +++++ .../continew-starter-messaging-sms/pom.xml | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/continew-starter-auth/continew-starter-auth-satoken/pom.xml b/continew-starter-auth/continew-starter-auth-satoken/pom.xml index 86404899..6cd449a5 100644 --- a/continew-starter-auth/continew-starter-auth-satoken/pom.xml +++ b/continew-starter-auth/continew-starter-auth-satoken/pom.xml @@ -24,5 +24,10 @@ cn.dev33 sa-token-jwt + + + cn.hutool + hutool-jwt + \ No newline at end of file diff --git a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml index b0caa0cc..12591503 100644 --- a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml @@ -18,5 +18,9 @@ org.dromara.sms4j sms4j-spring-boot-starter + + cn.hutool + hutool-crypto + \ No newline at end of file -- Gitee From d3230a197835af1c2e8e9a91ab96b9c35a19267f Mon Sep 17 00:00:00 2001 From: jasmine Date: Fri, 19 Jan 2024 10:45:16 +0800 Subject: [PATCH 3/4] =?UTF-8?q?hutool-all=E7=9A=84=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E9=94=81=E5=AE=9A=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index 5b53330e..d4c3377f 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -282,6 +282,11 @@ pom import + + cn.hutool + hutool-all + ${hutool.version} + -- Gitee From 8fea1cb4f7569fef6e57ad3ca9ba558b8e218584 Mon Sep 17 00:00:00 2001 From: jasmine Date: Fri, 19 Jan 2024 10:50:49 +0800 Subject: [PATCH 4/4] =?UTF-8?q?=E7=A9=BA=E8=A1=8C=E6=95=B4=E7=90=86?= =?UTF-8?q?=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-core/pom.xml | 5 +++++ continew-starter-dependencies/pom.xml | 2 +- .../continew-starter-messaging-sms/pom.xml | 1 + 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/continew-starter-core/pom.xml b/continew-starter-core/pom.xml index aa9b4b8a..3f1230eb 100644 --- a/continew-starter-core/pom.xml +++ b/continew-starter-core/pom.xml @@ -73,22 +73,27 @@ cn.hutool hutool-core + cn.hutool hutool-extra + cn.hutool hutool-http + cn.hutool hutool-json + cn.hutool hutool-db + cn.hutool hutool-crypto diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index d4c3377f..797f0e42 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -282,13 +282,13 @@ pom import + cn.hutool hutool-all ${hutool.version} - diff --git a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml index 12591503..33ecc064 100644 --- a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml +++ b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml @@ -18,6 +18,7 @@ org.dromara.sms4j sms4j-spring-boot-starter + cn.hutool hutool-crypto -- Gitee