attachment-dev.properties 165 B

1234
  1. ##是否开启文件上传支持,默认为true
  2. spring.http.multipart.enabled=true
  3. spring.http.multipart.maxFileSize=50MB
  4. spring.http.multipart.maxRequestSize=200MB