1
zhang
11 小时以前 675c3b5d83b928c2bfbb84cd99a7d3f222d4432c
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
31
server:
  port: 8555
spring:
  application:
    name: rcs-hex
  # RabbitMQ配置
  rabbitmq:
    host: localhost
    port: 5672
    username: root
    password: xltys1995
    # 虚拟host可以不设置,默认/
    virtual-host: /
    # 生产者确认配置
    publisher-confirm-type: correlated
    publisher-returns: true
    # 消费者配置
    listener:
      simple:
        concurrency: 2
        max-concurrency: 10
#    listener:
#      direct:
#    确认机制
#        acknowledge-mode: manual
#  --add-opens java.base/java.nio=ALL-UNNAMED
influxdb3:
  enabled: true
  url: http://127.0.0.1:8181
  token: apiv3_Jx1SvmBMV_kikGhc4eZJQbeGmNYN7KX1GdpoR9MClkKzMxSJ0MPKM_O2Xt3o1hVyRikMmlxZ_h9zfy6ybC5Idg
  database: rcs