【代码评审】IoT:mqtt 协议的接入

This commit is contained in:
YunaiV
2025-03-16 20:43:11 +08:00
parent 86e4379e62
commit 0bdd000226
13 changed files with 61 additions and 100 deletions

View File

@@ -42,6 +42,11 @@
</dependency>
<!-- DB 相关 -->
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
</dependency>
<dependency>
<groupId>cn.iocoder.boot</groupId>
<artifactId>yudao-spring-boot-starter-mybatis</artifactId>
@@ -107,12 +112,6 @@
<version>24.1.2</version>
</dependency>
<!-- TDengine 相关依赖 -->
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
</dependency>
</dependencies>
</project>