框架默认的上传文件大小改为100MB,日志生成的大小也改为100MB

This commit is contained in:
zer0Black
2023-10-22 20:39:40 +08:00
parent 0b3c57f677
commit f290bf532f
7 changed files with 12 additions and 12 deletions
@@ -26,8 +26,8 @@ management:
spring:
servlet:
multipart:
max-file-size: 10MB
max-request-size: 10MB
max-file-size: 100MB
max-request-size: 100MB
mail:
host: smtp.163.com
username: test@163.com