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