springboot 圖片上傳

1.圖片上傳須在nginx中設置: nginx 默認的上傳文件最大隻支持1Mb,如果傳輸大於此數值會報 413  Request entity too large 的錯誤。 2. springboot 的 application.properties 中需設置參數 multipart.maxFileSize=50Mb multipart.maxRequestSize=50Mb springboot
相關文章
相關標籤/搜索