瀏覽代碼

IOT调用测试

master
林万龙 3 年之前
父節點
當前提交
317ad92810
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      src/main/java/com/telpo/iotgateway/IotGatewayApplication.java

+ 2
- 2
src/main/java/com/telpo/iotgateway/IotGatewayApplication.java 查看文件

@@ -31,8 +31,8 @@ public class IotGatewayApplication {
ConfigurableApplicationContext applicationContext = SpringApplication.run(IotGatewayApplication.class, args);

ConfigurableEnvironment environment = applicationContext.getEnvironment();
IotCommunication iotSubscribe = new IotCommunication(environment);
iotSubscribe.start();
IotCommunication iotCommunication = new IotCommunication(environment);
iotCommunication.start();
log.info("推送服务启动!");
}
}

Loading…
取消
儲存