更新文件上传的大小限制

master
冯凯 2023-11-03 16:21:23 +08:00
parent e578cc510f
commit f680c43f20
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@ mybatis:
map-underscore-to-camel-case: true
# Spring
spring:
servlet:
multipart:
max-file-size: 50MB
max-request-size: 300MB
application:
# 应用名称
name: health-base-system