🌳 에러 코드
There was an unexpected error (type=Internal Server Error, status=500).
Invalid bound statement (not found): com.language.review_like.dao.ReviewLikeMapper.selectLikeCountByReviewIdOrUserId
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.language.review_like.dao.ReviewLikeMapper.selectLikeCountByReviewIdOrUserId
🌳 해결 방법
🌾 원인 : xml, Mapper 메소드명 불일치
🌾 해결 방법 : 메소드명을 일치하게 바꾸기
Before
After
'코딩 에러 및 질문' 카테고리의 다른 글
Exiting from "ERROR" dispatch, status 404 (0) | 2023.05.30 |
---|---|
Cause: java.sql.SQLException (0) | 2023.05.29 |
해당 사용자 글이 모두 수정되는 현상 (0) | 2023.05.27 |
Cause: java.sql.SQLSyntaxErrorException (0) | 2023.05.26 |
nested exception is org.apache.ibatis.binding.BindingException: (0) | 2023.05.26 |