wuww
2025-04-11 4dfc75b7061bee39968df9e94ee0f56bc003f5fd
1
2
3
4
5
6
7
8
9
10
11
12
spring:
  profiles:
    active: prod
  servlet:
    multipart:
      # 设置单个文件的最大上传大小
      max-file-size: 50MB
      # 设置请求的最大上传大小(如果包含多个文件)
      max-request-size: 100MB
#  autoconfigure:
#    exclude:
#      - org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration