Spring boot java.lang.IllegalStateException: No primary or single unique constructor found for interface javax.servlet.http.HttpServletRequest

2024. 12. 28. 00:05Java/Spring Boot

Spring boot 3.x 부터는 javax.servlet.http.HttpServletRequest를 지원하지 않음

jakarta.servlet.http.HttpServletRequest를 사용해야 함