🌳 에러 코드
Fri May 26 19:50:15 KST 2023
There was an unexpected error (type=Internal Server Error, status=500).
nested exception is org.apache.ibatis.binding.BindingException: Parameter 'reviewId' not found. Available parameters are [arg1, arg0, param1, param2]
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter 'reviewId' not found. Available parameters are [arg1, arg0, param1, param2]
🌳 해결 방법
🌾 원인 : Mapper에서 @Param 생략
🌾 해결 방법 : Mapper에서 파라미터 2개 이상일 때 @Param 써주기.
Before
- mapper
After
- mapper
'코딩 에러 및 질문' 카테고리의 다른 글
해당 사용자 글이 모두 수정되는 현상 (0) | 2023.05.27 |
---|---|
Cause: java.sql.SQLSyntaxErrorException (0) | 2023.05.26 |
org.springframework.web.bind.MissingServletRequestParameterException (0) | 2023.05.26 |
댓글이 있는 글에 비어있는 댓글이 나오는 현상. (0) | 2023.05.26 |
"ERROR" dispatch for POST "/error", parameters={masked} (0) | 2023.05.25 |