mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 08:25:53 +08:00
fix(ruoyi3.8.9): 后端代码同步
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user