Kaynağa Gözat

调整为starter-rabbitmq模块

xucaiqin 1 yıl önce
ebeveyn
işleme
26dc0d5a16

+ 4 - 0
iot-framework/iot-starter-rabbitmq/pom.xml

@@ -22,5 +22,9 @@
             <groupId>org.springframework.amqp</groupId>
             <artifactId>spring-rabbit</artifactId>
         </dependency>
+        <dependency>
+            <groupId>com.middle.platform</groupId>
+            <artifactId>iot-common-core</artifactId>
+        </dependency>
     </dependencies>
 </project>

+ 1 - 1
iot-common/iot-common-rabbitmq/src/main/java/com/middle/platform/common/rabbitmq/config/RabbitConfig.java → iot-framework/iot-starter-rabbitmq/src/main/java/com/middle/platform/rabbitmq/config/RabbitConfig.java

@@ -1,4 +1,4 @@
-package com.middle.platform.common.rabbitmq.config;
+package com.middle.platform.rabbitmq.config;
 
 import com.middle.platform.common.core.constant.RabbitConstant;
 import org.springframework.amqp.core.TopicExchange;

+ 0 - 0
iot-common/iot-common-rabbitmq/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports → iot-framework/iot-starter-rabbitmq/src/main/resources/META-INF/spring/org.springframework.boot.autoconfigure.AutoConfiguration.imports