From 4a8e4e4408f05d60ef15c2bb37ad9fc500005462 Mon Sep 17 00:00:00 2001 From: Charles7c Date: Sat, 25 Nov 2023 18:42:19 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=B0=E5=A2=9E=E6=B6=88=E6=81=AF?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=8F=8A=20SMS4J=20=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- continew-starter-dependencies/pom.xml | 15 ++++++++++ .../continew-starter-messaging-sms/pom.xml | 25 ++++++++++++++++ ...ot.autoconfigure.AutoConfiguration.imports | 0 continew-starter-messaging/pom.xml | 29 +++++++++++++++++++ pom.xml | 1 + 5 files changed, 70 insertions(+) create mode 100644 continew-starter-messaging/continew-starter-messaging-sms/pom.xml create mode 100644 continew-starter-messaging/continew-starter-messaging-sms/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports create mode 100644 continew-starter-messaging/pom.xml diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml index fc59d5bf..790dc855 100644 --- a/continew-starter-dependencies/pom.xml +++ b/continew-starter-dependencies/pom.xml @@ -61,6 +61,7 @@ 4.2.0 3.9.1 3.24.3 + 3.0.4 1.6.2 4.3.0 5.8.23 @@ -138,6 +139,13 @@ ${redisson.version} + + + org.dromara.sms4j + sms4j-spring-boot-starter + ${sms4j.version} + + com.github.whvcse @@ -190,6 +198,13 @@ ${revision} + + + top.charles7c.continew + continew-starter-messaging-sms + ${revision} + + top.charles7c.continew diff --git a/continew-starter-messaging/continew-starter-messaging-sms/pom.xml b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml new file mode 100644 index 00000000..e6423adc --- /dev/null +++ b/continew-starter-messaging/continew-starter-messaging-sms/pom.xml @@ -0,0 +1,25 @@ + + + 4.0.0 + + top.charles7c.continew + continew-starter-messaging + ${revision} + + + continew-starter-messaging-sms + jar + + ${project.artifactId} + ContiNew Starter 消息模块 - SMS + + + + + org.dromara.sms4j + sms4j-spring-boot-starter + + + \ No newline at end of file diff --git a/continew-starter-messaging/continew-starter-messaging-sms/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/continew-starter-messaging/continew-starter-messaging-sms/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports new file mode 100644 index 00000000..e69de29b diff --git a/continew-starter-messaging/pom.xml b/continew-starter-messaging/pom.xml new file mode 100644 index 00000000..12e626af --- /dev/null +++ b/continew-starter-messaging/pom.xml @@ -0,0 +1,29 @@ + + + 4.0.0 + + top.charles7c.continew + continew-starter + ${revision} + + + continew-starter-messaging + pom + + ${project.artifactId} + ContiNew Starter 消息模块 + + + continew-starter-messaging-sms + + + + + + top.charles7c.continew + continew-starter-core + + + \ No newline at end of file diff --git a/pom.xml b/pom.xml index ff254f20..a0c01a3c 100644 --- a/pom.xml +++ b/pom.xml @@ -75,6 +75,7 @@ continew-starter-cache continew-starter-data continew-starter-auth + continew-starter-messaging