feat(access): 实现物联网设备心跳检测与离线处理功能

- 添加心跳超时消息模板和消费者处理机制
- 实现设备心跳接收和状态更新服务
- 新增心跳检测控制层和业务处理服务
- 集成熔断降级工厂处理心跳异常情况
- 移除原有的定时心跳检查任务
- 更新MQTT消息处理器集成新的心跳机制
- 配置日志级别过滤特定模板异常信息
- 添加消息队列依赖支持心跳超时处理
This commit is contained in:
xy
2026-05-14 09:23:32 +08:00
parent 2cad107c29
commit 15f84c1bc0
13 changed files with 543 additions and 301 deletions

View File

@@ -20,6 +20,11 @@
</properties>
<dependencies>
<dependency>
<groupId>com.njcn</groupId>
<artifactId>common-mq</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.tocrhz</groupId>
<artifactId>mqtt-spring-boot-starter</artifactId>