修改解析协议
This commit is contained in:
@@ -111,9 +111,12 @@ spring:
|
||||
max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制)
|
||||
# mqtt 配置
|
||||
mqtt:
|
||||
username: lidee # 账号
|
||||
password: lidee # 密码
|
||||
host-url: tcp://localhost:1883 # mqtt连接tcp地址
|
||||
username: iotweib # 账号
|
||||
password: gryy@8888 # 密码
|
||||
host-url: tcp://192.168.1.252:1883 # mqtt连接tcp地址
|
||||
# username: admin # 账号
|
||||
# password: lidee666 # 密码
|
||||
# host-url: tcp://127.0.0.1:1883 # mqtt连接tcp地址
|
||||
client-id: ${random.int} # 客户端Id,不能相同,采用随机数 ${random.value}
|
||||
default-topic: test # 默认主题
|
||||
timeout: 30 # 超时时间
|
||||
|
||||
Reference in New Issue
Block a user