1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
| server:
| port: 6000
| spring:
| profiles:
| active: prod
| application:
| name: message #服务名称
| servlet:
| multipart:
| max-request-size: 100MB
| max-file-size: 100MB
| redis:
| host: 10.31.1.219
| port: 6410
| password: Qnz_jt@20#25
| database: 0
| timeout: 1000
| cluster:
| nodes: 10.31.1.219:6410,10.31.1.30:6410,10.31.1.97:6411
|
| qyt:
| chuxing_url: http://10.31.182.11:8010/chuxing
| daijia_url: http://10.31.182.11:8010/daijia
|
|