본문 바로가기
PROJECT

[Spring] No primary or single unique constructor found for interface java.util.List 오류

by 로햐 2022. 3. 26.

오류 메세지

org.springframework.web.util.NestedServletException: Request processing failed; nested exception is java.lang.IllegalStateException: No primary or single unique constructor found for interface java.util.List

 

 

이유 : 기본 생성자가 없는 객체를 바인딩

해결법 : List로 받는 매개변수에 @RequestParam(value = "reviewsNum") 달아주기