1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
| server:
| port: 6000
| spring:
| profiles:
| active: dev
| application:
| name: message #服务名称
| servlet:
| multipart:
| max-request-size: 100MB
| max-file-size: 100MB
| redis:
| host: 192.168.110.80
| port: 6379
| password: 123456
|
| qyt:
| chuxing_url: http://192.168.110.85:5000
| daijia_url: http://192.168.110.106:3002
|
|