update springboot 4.1.0

update springdoc 3.0.3
update fesod 2.0.2
update hutool 5.8.46
update redisson 4.5.0
update mica-mqtt 2.6.5
This commit is contained in:
疯狂的狮子Li
2026-06-11 14:48:47 +08:00
committed by xiaozhi
parent 0cab98bc8a
commit bd57356912
5 changed files with 14 additions and 14 deletions
@@ -263,8 +263,8 @@ mqtt.client:
timeout: 5
# 重连时间,默认 5000 毫秒
re-interval: 5000
# mqtt 协议版本,可选 MQTT_3_1、mqtt_3_1_1、mqtt_5,默认:mqtt_3_1_1
version: mqtt_3_1_1
# mqtt 协议版本,可选 MQTT_3_1、mqtt_3_1_1、mqtt_5,默认:mqtt_5
version: mqtt_5
# 接收数据的 buffer size,默认:8k
read-buffer-size: 8KB
# 消息解析最大 bytes 长度,默认:10M