测试解析数据入influx库
This commit is contained in:
7
pom.xml
7
pom.xml
@@ -46,6 +46,7 @@
|
||||
<maven.compiler.target>8</maven.compiler.target>
|
||||
<commons-io.version>2.8.0</commons-io.version>
|
||||
<hutool.version>5.7.9</hutool.version>
|
||||
<influxdb-java.version>2.22</influxdb-java.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -167,6 +168,12 @@
|
||||
<version>2.0.7</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.njcn</groupId>
|
||||
<artifactId>influxdb-springboot-starter</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</dependency>
|
||||
|
||||
</dependencies>
|
||||
|
||||
<build>
|
||||
|
||||
Reference in New Issue
Block a user