摘要: /** * */ @ServerEndpoint("/websocket") @Component public class WebSocketServer { private final static Logger log = LoggerFactory.getLogger(WebSocketSe 阅读全文
posted @ 2025-11-04 10:34 gz狗柱 阅读(11) 评论(0) 推荐(0)
摘要: @Slf4j @Configuration public class MqttConfig { private static MqttClient mqttClient = null; static { try { initializeMqttClient(); } catch (Exception 阅读全文
posted @ 2025-11-04 10:31 gz狗柱 阅读(35) 评论(0) 推荐(0)