- ALL
- java33
- linux32
- 工具17
- 其他14
- 数据库7
- vue5
- git5
- nas5
- 前端5
- ai3
- framework3
- windows3
- app2
- 脚本2
- docker2
- hexo2
- maven2
- 智能家居2
- 小程序2
- spring2
- 资源1
- api1
- mysql1
- 安全1
- markdown1
- question1
- python1
- 运维1
- 数据结构1
- 数据传输1
- nginx1
allbs工具类说明 - influxdb
依赖jar包 引入包 版本 jdk 1.8 spring boot 2.7.9 influxdb-java 2.23 spring-boot-autoconfigure 2.7.9 jackson-databind 2.15.2 源码 https://github.com/chenqi92/allbs-influx 使用 添加依赖 mavenGradleKotlin12345<dependency> <groupId>cn.allbs</groupId> <artifactId>allbs-influx</artifactId> <version>2.0.2</version></dependency>1implementation 'cn.allbs:allbs-influx:2.0.2'1implementation("cn.allbs:allbs-influx:2.0.2") 添加配置 1234567891011influx: ...