application-test.yml
1.33 KB
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
server:
port: 9099
tomcat:
max-swallow-size: -1
error:
include-exception: true
include-stacktrace: ALWAYS
include-message: ON_PARAM
servlet:
context-path: /cmc
compression:
enabled: true
min-response-size: 2048
mime-types: text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json,application/xml
management:
endpoints:
web:
exposure:
include: health,info,metrics
endpoint:
health:
show-details: when_authorized
show-components: when_authorized
spring:
servlet:
multipart:
max-file-size: 100MB
max-request-size: 100MB
jackson:
date-format: yyyy-MM-dd HH:mm:ss
time-zone: Asia/Shanghai
aop:
proxy-target-class: true
freemarker:
cache: false
prefer-file-system-access: false
template-loader-path:
- classpath:/templates
redis:
host: 172.16.29.98
port: 6379
password: 123456
timeout: 5000ms
lettuce:
pool:
min-idle: 10
max-idle: 20
max-active: 100
max-wait: 2000ms
time-between-eviction-runs: 60s
shutdown-timeout: 100ms
springdoc:
api-docs:
path: /v3/api-docs
swagger-ui:
path: /swagger-ui.html
enabled: true
logging:
level:
com.huaheng.control.management: INFO
org.springframework.web: WARN