工作中的Spring

Springboot项目上传大文件所需配置

application.properties配置:
spring.servlet.multipart.max-file-size=128MB
spring.servlet.multipart.max-request-size=128MB
spring.servlet.multipart.enabled=true

报错:The last packet successfully received from the server was 2,272 milliseconds ago. The last packet sent successfully to the server was 2,258 milliseconds ago.

解决方法:将useSSL=true改为useSSL=false


本博客所有文章除特别声明外,均采用 CC BY-SA 4.0 协议 ,转载请注明出处!