diff --git a/cloud-common/cloud-common-rabbit/pom.xml b/cloud-common/cloud-common-message/pom.xml similarity index 89% rename from cloud-common/cloud-common-rabbit/pom.xml rename to cloud-common/cloud-common-message/pom.xml index fa6d383..5a4e78d 100644 --- a/cloud-common/cloud-common-rabbit/pom.xml +++ b/cloud-common/cloud-common-message/pom.xml @@ -9,8 +9,8 @@ 3.6.3 - cloud-common-rabbit - + cloud-common-message + cloud-common-message公共消息模块 17 17 @@ -32,4 +32,4 @@ - \ No newline at end of file + diff --git a/cloud-common/cloud-common-rabbit/src/main/java/com/muyu/common/rabbit/RabbitListenerConfigurer.java b/cloud-common/cloud-common-message/src/main/java/com/muyu/common/rabbit/RabbitListenerConfigurer.java similarity index 100% rename from cloud-common/cloud-common-rabbit/src/main/java/com/muyu/common/rabbit/RabbitListenerConfigurer.java rename to cloud-common/cloud-common-message/src/main/java/com/muyu/common/rabbit/RabbitListenerConfigurer.java diff --git a/cloud-common/cloud-common-rabbit/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports b/cloud-common/cloud-common-message/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports similarity index 100% rename from cloud-common/cloud-common-rabbit/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports rename to cloud-common/cloud-common-message/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports diff --git a/cloud-common/cloud-common-xxl/pom.xml b/cloud-common/cloud-common-xxl/pom.xml index 4af9214..8ee4cee 100644 --- a/cloud-common/cloud-common-xxl/pom.xml +++ b/cloud-common/cloud-common-xxl/pom.xml @@ -11,7 +11,7 @@ cloud-common-xxl - XllJob定时任务 + cloud-common-xxl定时任务 17 @@ -34,4 +34,4 @@ - \ No newline at end of file + diff --git a/cloud-common/pom.xml b/cloud-common/pom.xml index d00dfc6..e0955d8 100644 --- a/cloud-common/pom.xml +++ b/cloud-common/pom.xml @@ -19,7 +19,7 @@ cloud-common-datasource cloud-common-system cloud-common-xxl - cloud-common-rabbit + cloud-common-message cloud-common diff --git a/cloud-modules/cloud-modules-system/pom.xml b/cloud-modules/cloud-modules-system/pom.xml index 4116679..1bba2a2 100644 --- a/cloud-modules/cloud-modules-system/pom.xml +++ b/cloud-modules/cloud-modules-system/pom.xml @@ -79,7 +79,7 @@ com.muyu - cloud-common-rabbit + cloud-common-message diff --git a/pom.xml b/pom.xml index b30f0df..7b76bcc 100644 --- a/pom.xml +++ b/pom.xml @@ -263,7 +263,7 @@ com.muyu - cloud-common-rabbit + cloud-common-message ${muyu.version}