-
Notifications
You must be signed in to change notification settings - Fork 16
/
application-dev.yml
82 lines (75 loc) · 1.31 KB
/
application-dev.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
jasypt:
encryptor:
password: liuweijw
server:
tomcat:
max-threads: 500
min-spare-threads: 50
spring:
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: GMT+8
redis:
remote: true #是否是开启缓存
host: 127.0.0.1
port: 6379
password:
rabbitmq:
host: 127.0.0.1
port: 5672
username: guest
password: guest
http:
multipart:
max-file-size: 1000MB
max-request-size: 1000MB
cache:
redis:
expiration: 3600
ribbon:
eager-load:
enabled: true
clients: system-auth-server,business-admin-server
Httpclient:
enable: false
OkHttp:
enable: true
ReadTimeout: 10000
ConnectTimeout: 10000
feign:
hystrix:
enabled: true
okhttp:
enable: true
httpclient:
enable: false
client:
config:
feignName:
connectTimeout: 30000
readTimeout: 30000
compression:
request:
enabled: true
response:
enabled: true
hystrix:
threadpool:
default:
coreSize: 500
maxQueueSize: 1000
queueSizeRejectionThreshold: 800
command:
default:
execution:
isolation:
thread:
timeoutInMilliseconds: 60000
management:
security:
enabled: false
endpoints:
actuator:
enabled: true
shutdown:
enabled: false