studyplan

스프링 부트 파일 업로드 제한 / spring boot file upload limit 본문

스프링

스프링 부트 파일 업로드 제한 / spring boot file upload limit

무한머니 2022. 8. 1. 14:38

https://spring.io/guides/gs/uploading-files/

 

Uploading Files

this guide is designed to get you productive as quickly as possible and using the latest Spring project releases and techniques as recommended by the Spring team

spring.io

 

 

# file upload max-size
spring.servlet.multipart.max-file-size=20MB
spring.servlet.multipart.max-request-size=20MB

 

application.properties 에 넣어야 된다 

 

Comments