728x90
Http 요청정보 로그 남기기
logging.level.org.apache.coyote.http11=debug
업로드 파일 데이터 크기 제한
spring.servlet.multipart.max-file-size=2MB #하나의 파일 최대 크기
spring.servlet.multipart.max-request-size=5MB #전체 보내는 파일의 총 크기 제한
첫 요청 시 SessionId 제외하기
server.servlet.session.tracking-modes=cookie
📔 Reference
728x90
'⚙️ Setting' 카테고리의 다른 글
자바 시작하기 - intelliJ 설치 (feat. JDK 설치) (0) | 2022.03.05 |
---|---|
[Setting] Slf4J 로그 남기기 (0) | 2021.12.29 |
[Setting] 스프링 부트 - OSIV 설정 (0) | 2021.12.20 |
[Setting] Spring - 테스트에서 롬복 사용하기 (0) | 2021.12.18 |
[Setting] JPA 데이터베이스 설정 (0) | 2021.12.12 |