server: port: 9082 dubbo: registry: address: nacos://${nacos.address:10.100.146.1}:8848?username=nacos&password=nacos register-mode: instance config: version: 1.2 logging: level: root: error tenant: shared: api: host: https://identify.bcxin.com.cn:14433/ node: rest-api-v1 tencent: callBackItems: system: region-code: 1405 spring: data: redis: host: 10.100.146.1 port: 6379 database: 6 timeout: 180000 lettuce: # redis连接池配置 pool: max-active: -1 #连接池最大连接数(使用负值表示没有限制) 默认为30 max-wait: -1ms # 连接池最大阻塞等待时间(使用负值表示没有限制) 默认为-1 max-idle: 8 # 连接池中的最大空闲连接 默认为8 min-idle: 0 # 连接池中的最小空闲连接 默认为 0 time-between-eviction-runs: 10m