소스 검색

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…
취소
저장