You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
818 B
51 lines
818 B
spring:
|
|
application:
|
|
name: anrui-terminal
|
|
profiles:
|
|
active: devv
|
|
messages:
|
|
# 国际化资源文件路径
|
|
basename: i18n/messages
|
|
servlet:
|
|
#上传文件
|
|
multipart:
|
|
max-file-size: 50MB
|
|
max-request-size: 100MB
|
|
devtools:
|
|
restart:
|
|
# 热部署开关
|
|
enabled: true
|
|
|
|
|
|
|
|
server:
|
|
port: 7009
|
|
max-http-header-size: 102400
|
|
undertow:
|
|
max-http-post-size: -1
|
|
|
|
#hystrix的超时时间
|
|
hystrix:
|
|
command:
|
|
default:
|
|
execution:
|
|
timeout:
|
|
enabled: true
|
|
isolation:
|
|
thread:
|
|
timeoutInMilliseconds: 30000
|
|
#ribbon的超时时间
|
|
ribbon:
|
|
ReadTimeout: 30000
|
|
ConnectTimeout: 30000
|
|
|
|
api:
|
|
boot:
|
|
logging:
|
|
show-console-log: true
|
|
#实现美化打印请求日志
|
|
format-console-log-json: true
|
|
|
|
|
|
|
|
|
|
|