refactor(access): 优化设备接入服务的日志记录和性能
- 移除旧的字典树Feign客户端依赖,改为从Redis获取字典数据 - 添加ChannelObjectUtil和LogMessageTemplate用于数据转换和日志发送 - 在设备接入过程中增加成功和失败设备ID的统计功能 - 实现批量获取主题版本信息以提高性能 - 重构日志记录方式,统一使用LogMessageTemplate发送日志 - 优化设备注册和接入流程中的日志记录和错误处理 - 移除旧的CsLogsFeignClient相关代码并更新日志DTO结构
This commit is contained in:
@@ -20,6 +20,11 @@
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>cs-system-api</artifactId>
|
||||
<version>${project.version}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>common-web</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user