Explorar el Código

jenkins gogs webhook test B

hanqingsong hace 3 años
padre
commit
e2b671afc4
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/main/java/com/unissoft/mqtt/MqttSenderSchedule.java

+ 1 - 0
src/main/java/com/unissoft/mqtt/MqttSenderSchedule.java

@@ -70,4 +70,5 @@ public class MqttSenderSchedule implements ApplicationRunner {
70 70
     public void run(ApplicationArguments args) throws Exception {
71 71
         this.sendToMqtt();
72 72
     }
73
+
73 74
 }