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