文件上传大小限制修改
This commit is contained in:
parent
938350aa7a
commit
debe5f88a2
|
|
@ -3,7 +3,11 @@ server:
|
||||||
port: 9201
|
port: 9201
|
||||||
|
|
||||||
# Spring
|
# Spring
|
||||||
spring:
|
spring:
|
||||||
|
servlet:
|
||||||
|
multipart:
|
||||||
|
max-request-size: 10MB
|
||||||
|
max-file-size: 10MB
|
||||||
application:
|
application:
|
||||||
# 应用名称
|
# 应用名称
|
||||||
name: sgzb-system
|
name: sgzb-system
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue