优化设备导出

This commit is contained in:
2025-11-19 10:55:44 +08:00
parent 3798e52ee0
commit a145c372b8
3 changed files with 47 additions and 27 deletions

View File

@ -69,9 +69,9 @@ spring:
servlet:
multipart:
# 单个文件大小
max-file-size: 10MB
max-file-size: 100MB
# 设置总上传的文件大小
max-request-size: 20MB
max-request-size: 200MB
mvc:
# 设置静态资源路径 防止所有请求都去查静态资源
static-path-pattern: /static/**