|
@@ -1,4 +1,4 @@
|
|
|
-package tr.cn.module.phototherapy.common.config;
|
|
|
|
|
|
|
+package cn.tr.module.phototherapy.common.config;
|
|
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
import org.springframework.context.annotation.Bean;
|
|
import org.springframework.context.annotation.Bean;
|
|
@@ -11,8 +11,8 @@ import org.springframework.integration.mqtt.inbound.MqttPahoMessageDrivenChannel
|
|
|
import org.springframework.integration.mqtt.support.DefaultPahoMessageConverter;
|
|
import org.springframework.integration.mqtt.support.DefaultPahoMessageConverter;
|
|
|
import org.springframework.messaging.MessageChannel;
|
|
import org.springframework.messaging.MessageChannel;
|
|
|
import org.springframework.messaging.MessageHandler;
|
|
import org.springframework.messaging.MessageHandler;
|
|
|
-import tr.cn.module.phototherapy.common.handle.ReceiverMessageHandler;
|
|
|
|
|
-import tr.cn.module.phototherapy.common.properties.MqttProperties;
|
|
|
|
|
|
|
+import cn.tr.module.phototherapy.common.handle.ReceiverMessageHandler;
|
|
|
|
|
+import cn.tr.module.phototherapy.common.properties.MqttProperties;
|
|
|
|
|
|
|
|
/**
|
|
/**
|
|
|
* @author zzy
|
|
* @author zzy
|