更新文件上传的大小限制
parent
e578cc510f
commit
f680c43f20
|
@ -6,6 +6,10 @@ mybatis:
|
||||||
map-underscore-to-camel-case: true
|
map-underscore-to-camel-case: true
|
||||||
# Spring
|
# Spring
|
||||||
spring:
|
spring:
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-file-size: 50MB
|
||||||
|
max-request-size: 300MB
|
||||||
application:
|
application:
|
||||||
# 应用名称
|
# 应用名称
|
||||||
name: health-base-system
|
name: health-base-system
|
||||||
|
|
Loading…
Reference in New Issue