Commit 7326522f588d7403a2104da2f9bdb3fb079405d7
1 parent
ad296f75
Exists in
master
mqtt代码提交
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
cloud/dahua/src/main/java/com/example/dahua/mqtt/MqttManager.java
| 1 | package com.example.dahua.mqtt; | 1 | package com.example.dahua.mqtt; |
| 2 | 2 | ||
| 3 | -import lombok.extern.log4j.Log4j2; | ||
| 4 | import org.eclipse.paho.client.mqttv3.*; | 3 | import org.eclipse.paho.client.mqttv3.*; |
| 5 | import org.eclipse.paho.client.mqttv3.persist.MemoryPersistence; | 4 | import org.eclipse.paho.client.mqttv3.persist.MemoryPersistence; |
| 6 | 5 |