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
32
33
34
| spring:
| application:
| name: application-center
| servlet:
| multipart:
| max-request-size: 100MB
| redis:
| host: 192.168.1.173
| port: 6379
| timeout: 5000
| lettuce:
| pool:
| min-idle: 0
| max-idle: 8
| max-active: 8
| max-wait: -1
| mvc:
| servlet:
| load-on-startup: 1
| aop:
| proxy-target-class: true
|
| server:
| port: 3690
| logging:
| level:
| root: info
| com.cloud: debug
| file: logs/${spring.application.name}.log
| fdfsImgUrl:
| server: http://192.168.1.182:80/
| loginData:
| redUrl: 192.168.1.182
| redPort: 3694
|
|