1
zhang
7 天以前 3cf258f4eff5e5c197a3026398281b2e63ccb002
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
  "groups": [
    {
      "name": "influxdb3",
      "type": "com.zy.influxdb.config.InfluxDBProperties",
      "sourceType": "com.zy.influxdb.config.InfluxDBProperties"
    }
  ],
  "properties": [
    {
      "name": "influxdb3.database",
      "type": "java.lang.String",
      "description": "database for http",
      "sourceType": "com.zy.influxdb.config.InfluxDBProperties"
    },
    {
      "name": "influxdb3.token",
      "type": "java.lang.String",
      "description": "token",
      "sourceType": "com.zy.influxdb.config.InfluxDBProperties"
    },
    {
      "name": "influxdb3.url",
      "type": "java.lang.String",
      "description": "InfluxDB http url",
      "sourceType": "com.zy.influxdb.config.InfluxDBProperties"
    }
  ],
  "hints": []
}