Skip to content

ImCa0/influxdb-api-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InfluxDB API

目录结构

cn.imcao.influxdbapi
├── config      配置类
├── controller  控制层
├── dao         数据访问层
└── pojo        请求/响应对象

API 文档

http://localhost:8080/swagger-ui.html

数据源配置

spring:
  influxdb2:
    url: "http://101.132.32.165:8086"
    token: "token"
    org: "NUAA"
    bucket: "MQTT"

About

API for InfluxDB based on Spring Boot

Resources

License

Stars

Watchers

Forks

Languages