更新对上传文件大小的配置

This commit is contained in:
panshuling321 2022-05-12 16:02:51 +08:00
parent 248976e021
commit 39b187060c

View File

@ -5,6 +5,10 @@ server:
# Spring # Spring
spring: spring:
servlet:
multipart:
max-file-size: 10MB
application: application:
# 应用名称 # 应用名称
name: xhpc-activity name: xhpc-activity