问题修复

This commit is contained in:
2025-12-16 10:57:48 +08:00
parent 158e2a99fd
commit e4109c000a
5 changed files with 33 additions and 4 deletions

View File

@@ -5,8 +5,8 @@ spring:
servlet:
multipart:
enabled: true
max-file-size: 100MB
max-request-size: 100MB
max-file-size: 500MB
max-request-size: 500MB
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver