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
| spring:
| rabbitmq:
| host: 120.27.238.55
| port: 5672
| username: ct_rabbit
| password: 123456
| virtual-host: /
| data:
| elasticsearch:
| cluster-name: xzx
| cluster-nodes: 192.168.0.101:9300
| redis:
| database: 5
| host: 121.37.162.173
| password: d32ncxe@i3#!dV
| port: 6379
| # cluster:
| # nodes: 127.0.0.1:6379
| lettuce:
| pool:
| max-active: 200
| max-idle: 10
| max-wait: -1ms
| min-idle: 5
| timeout: 5000ms
|
| #机器ID编号用于生成分布式ID
| workerId: 0
|
|