Merge remote-tracking branch 'origin/wzj-main' into wzj-main

This commit is contained in:
huk 2025-10-10 13:01:16 +08:00
commit 312598220c

View File

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