spring: redis: host: 183.230.176.125 port: 26369 password: artfess@023,.; lettuce: pool: max-active: 1024 timeout: 20s database: 3 jedis: pool: max-wait: 10s r2dbc: url: r2dbc:h2:file:///./data/h2db/jetlinks username: sa password: pool: max-size: 32 elasticsearch: uris: localhost:9201 socket-timeout: 10s connection-timeout: 15s webclient: max-in-memory-size: 100MB web: resources: static-locations: file:./index/, file:./static/,/,classpath:/META-INF/resources/,classpath:/resources/,classpath:/static/, classpath:/public/ easyorm: default-schema: PUBLIC # 数据库默认的schema dialect: h2 #数据库方言 elasticsearch: embedded: enabled: true # 为true时使用内嵌的elasticsearch,不建议在生产环境中使用 data-path: ./data/elasticsearch port: 9201 host: 0.0.0.0 index: default-strategy: time-by-month #默认es的索引按月进行分表, direct则为直接操作索引. settings: number-of-shards: 1 # es 分片数量 number-of-replicas: 0 # 副本数量 device: message: writer: time-series: enabled: true #写出设备消息数据到elasticsearch logging: level: com.github.tonivade: error