修复WVP作为下级平台接收上级平台DeviceControl信令不做处理的问题。

This commit is contained in:
gaofw189
2023-02-02 18:21:25 +08:00
parent bdf799fb64
commit 7a9f001dcb
6 changed files with 319 additions and 48 deletions

View File

@@ -57,6 +57,11 @@
</properties>
<dependencies>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-redis</artifactId>