文件上传大小限制修改

This commit is contained in:
dingjie 2023-12-21 14:13:03 +08:00
parent 938350aa7a
commit debe5f88a2
1 changed files with 5 additions and 1 deletions

View File

@ -3,7 +3,11 @@ server:
port: 9201
# Spring
spring:
spring:
servlet:
multipart:
max-request-size: 10MB
max-file-size: 10MB
application:
# 应用名称
name: sgzb-system