forked from RyanGoodwill/backend
修改了全局文件上传大小限制
This commit is contained in:
parent
fe58248efc
commit
aae8147143
@ -20,5 +20,9 @@ spring.datasource.hikari.connection-timeout=30000
|
||||
server.servlet.encoding.enabled=true
|
||||
server.servlet.encoding.force=true
|
||||
server.servlet.encoding.charset=utf-8
|
||||
# set the max size of a single file
|
||||
spring.servlet.multipart.max-file-size=500MB
|
||||
# set the max size of the total request
|
||||
spring.servlet.multipart.max-request-size=500MB
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user