修改用能influxdb配置

This commit is contained in:
hzj
2024-05-06 19:24:41 +08:00
parent 0676b467ca
commit 4e14fb5a3b
8 changed files with 27 additions and 36 deletions

View File

@@ -48,11 +48,16 @@
<artifactId>common-swagger</artifactId>
<version>${project.version}</version>
</dependency>
<!-- <dependency>-->
<!-- <groupId>com.njcn</groupId>-->
<!-- <artifactId>common-influxDB</artifactId>-->
<!-- <version>${project.version}</version>-->
<!-- <scope>compile</scope>-->
<!-- </dependency>-->
<dependency>
<groupId>com.njcn</groupId>
<artifactId>common-influxDB</artifactId>
<artifactId>pqs-influx</artifactId>
<version>${project.version}</version>
<scope>compile</scope>
</dependency>
<dependency>