feat: 地图实时显示设备位置,功能代码提交。

This commit is contained in:
tianyongbao
2025-10-19 12:34:21 +08:00
parent 2bb1281a99
commit 3c8f10a7a4
15 changed files with 220 additions and 399 deletions

View File

@@ -44,12 +44,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-security</artifactId>
</dependency>
<!-- Swagger UI -->
<dependency>
<groupId>io.springfox</groupId>
<artifactId>springfox-swagger-ui</artifactId>
<version>${swagger.fox.version}</version>
</dependency>
<!-- Mysql Connector -->
<!-- <dependency>-->
@@ -87,27 +81,10 @@
<artifactId>intc-common-swagger</artifactId>
</dependency>
<!--mysql脚本版本管理-->
<dependency>
<groupId>org.flywaydb</groupId>
<artifactId>flyway-core</artifactId>
</dependency>
<dependency>
<groupId>com.taosdata.jdbc</groupId>
<artifactId>taos-jdbcdriver</artifactId>
<version>3.0.2</version>
</dependency>
<dependency>
<groupId>com.intc</groupId>
<artifactId>intc-api-tdengine</artifactId>
<version>3.6.3</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>com.intc</groupId>
<artifactId>intc-api-iot-basics</artifactId>
<version>3.6.3</version>
<scope>compile</scope>
<version>2.0.38</version>
</dependency>
</dependencies>