spring: #数据源 datasource: multi: #主要 primary: 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 #嵌入式 embedded: url: jdbc:h2:file:./data driver-class-name: org.h2.Driver username: sa password: kpr.25535.sa #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 #中环 # - url: http://127.0.0.1:8086/ # user: kpr # password: kpr.2025@117.influxdb # database: iot