spring: datasource: data: jdbc-url: jdbc:postgresql://223.75.194.87:6057/watersmart?useSSL=false&useAffectedRows=false&allowMultiQueries=true&rewriteBatchedStatements=true&serverTimezone=Asia/Shanghai username: postgres password: kpr.23417.postgres driver-class-name: org.postgresql.Driver max-wait: 60000 maximum-pool-size: 200 minimum-idle: 1 validation-query: SELECT 1 connection-test-query: SELECT 1 test-on-borrow: false test-on-return: false test-while-idle: true max-lifetime: 120000 idle-timeout: 30000 connection-timeout: 30000 time-between-eviction-runs-millis: 60000 minEvictableIdleTimeMillis: 300000 #influxdb influx: read-timeout: 30000 clients: #枣阳 - url: http://192.168.44.58:8086/ user: kpr password: kpr.2025@117.influxdb database: iot #测试 - url: http://119.96.165.176:8086/ user: kpr password: kpr.2024@117.influxdb database: iot