fix(ruoyi3.8.9): 后端代码同步

This commit is contained in:
zhuangpeng.li
2025-04-27 11:21:09 +08:00
parent f545198645
commit 5b6ec185c4
47 changed files with 685 additions and 309 deletions

View File

@@ -16,7 +16,7 @@ public class MqttClientConfig {
public MqttClientConfig() {
this.username = "fastbee";
this.password = "fastbee";
this.hostUrl = "tcp://127.0.0.1:1883";
this.hostUrl = "tcp://127.0.0.1:1884";
this.clientId = UUID.randomUUID().toString();
this.defaultTopic = "test";
this.timeout = 30;