1. 统一包名修改
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
plugin.id=cloud-module-iot-plugin-emqx
|
||||
plugin.class=com.zt.plat.module.iot.plugin.emqx.config.IotEmqxPlugin
|
||||
plugin.version=1.0.0
|
||||
plugin.provider=cloud
|
||||
plugin.dependencies=
|
||||
plugin.description=cloud-module-iot-plugin-emqx-1.0.0
|
||||
@@ -12,7 +12,7 @@ import java.time.Duration;
|
||||
*
|
||||
* @author haohao
|
||||
*/
|
||||
@ConfigurationProperties(prefix = "cloud.iot.plugin.common")
|
||||
@ConfigurationProperties(prefix = "zt.iot.plugin.common")
|
||||
@Validated
|
||||
@Data
|
||||
public class IotPluginCommonProperties {
|
||||
@@ -19,7 +19,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
|
||||
/**
|
||||
* IoT 设备配置设置 Vertx Handler
|
||||
*
|
||||
* ZT源码
|
||||
* 芋道源码
|
||||
*/
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
@@ -17,7 +17,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
|
||||
/**
|
||||
* IoT 设备 OTA 升级 Vertx Handler
|
||||
* <p>
|
||||
* ZT源码
|
||||
* 芋道源码
|
||||
*/
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
@@ -19,7 +19,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
|
||||
/**
|
||||
* IoT 设备服务获取 Vertx Handler
|
||||
*
|
||||
* ZT源码
|
||||
* 芋道源码
|
||||
*/
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
@@ -19,7 +19,7 @@ import static com.zt.plat.framework.common.exception.enums.GlobalErrorCodeConsta
|
||||
/**
|
||||
* IoT 设置设备属性 Vertx Handler
|
||||
*
|
||||
* ZT源码
|
||||
* 芋道源码
|
||||
*/
|
||||
@Slf4j
|
||||
@RequiredArgsConstructor
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user