Spring boot java.lang.IllegalStateException: No primary or single unique constructor found for interface javax.servlet.http.HttpServletRequest
2024. 12. 28. 00:05ㆍJava/Spring Boot
Spring boot 3.x 부터는 javax.servlet.http.HttpServletRequest를 지원하지 않음
jakarta.servlet.http.HttpServletRequest를 사용해야 함
'Java > Spring Boot' 카테고리의 다른 글
Spring boot 로그에 X-Forwarded-For를 통해서 client IP 기록하기 (0) | 2024.12.29 |
---|---|
Spring boot Caused by: java.lang.Error: Unresolved compilation problem: Value cannot be resolved to a type (0) | 2024.12.29 |
Spring boot 외부 디렉토리를 static으로 인식하기 (0) | 2024.12.27 |
Spring boot 업로드 파일명 중복 피하기 (0) | 2024.12.26 |
Spring boot 파일업로드 OutOfMemoryError 고려사항 (0) | 2024.12.26 |