upfile config
This commit is contained in:
@@ -11,15 +11,15 @@ connection-timeout: 6000000ms
|
||||
spring:
|
||||
# 环境 dev/dev1|test|prod
|
||||
profiles:
|
||||
active: test
|
||||
active: dev1
|
||||
# jackson时间格式化
|
||||
jackson:
|
||||
time-zone: GMT+8
|
||||
date-format: yyyy-MM-dd HH:mm:ss
|
||||
servlet:
|
||||
multipart:
|
||||
max-file-size: 100MB
|
||||
max-request-size: 100MB
|
||||
max-file-size: 1000MB
|
||||
max-request-size: 1000MB
|
||||
enabled: true
|
||||
mvc:
|
||||
throw-exception-if-no-handler-found: true
|
||||
@@ -75,7 +75,7 @@ renren:
|
||||
header: token
|
||||
|
||||
|
||||
spring.jackson.serialization.FAIL_ON_EMPTY_BEANS: false
|
||||
#spring.jackson.serialization.FAIL_ON_EMPTY_BEANS: false
|
||||
|
||||
express:
|
||||
sender:
|
||||
|
||||
Reference in New Issue
Block a user