update springboot/wumei-admin/src/main/resources/application.yml.

This commit is contained in:
随遇而安
2022-03-23 05:42:45 +00:00
committed by Gitee
parent 4bbcb17f9f
commit ad1a7a0c4c

View File

@@ -80,19 +80,19 @@ spring:
max-wait: -1ms max-wait: -1ms
# mqtt 配置 # mqtt 配置
mqtt: mqtt:
username: wumei-smart # 账号 username: wumei-smart # 账号
password: wumei-smart # 密码 password: wumei-smart # 密码
host-url: tcp://localhost:1883 # mqtt连接tcp地址 host-url: tcp://localhost:1883 # mqtt连接tcp地址
client-id: ${random.value} # 客户端Id不能相同采用随机数 ${random.value} client-id: ${random.value} # 客户端Id不能相同采用随机数 ${random.value}
default-topic: test # 默认主题 default-topic: test # 默认主题
timeout: 60000 # 超时时间 timeout: 30000 # 超时时间
keepalive: 30 # 保持连接 keepalive: 30 # 保持连接
task: task:
execution: execution:
pool: pool:
core-size: 10 #最小连接数 core-size: 10 # 最小连接数
max-size: 30 #最大连接数 max-size: 30 # 最大连接数
queue-capacity: 3000 #最大容量 queue-capacity: 3000 # 最大容量
# token配置 # token配置
token: token: