🌳 에러 코드
There was an unexpected error (type=Internal Server Error, status=500).
Mapper method 'com.language.review.dao.ReviewMapper.selectReviewCountByReviewIdUserId' attempted to return null from a method with a primitive return type (int).
org.apache.ibatis.binding.BindingException: Mapper method 'com.language.review.dao.ReviewMapper.selectReviewCountByReviewIdUserId' attempted to return null from a method with a primitive return type (int).
🌳 해결 방법
🌾 원인 : xml에서 resultType 잘못 기입.
🌾 해결 방법 : com.language.review.model.Review -> int로 변경.
Before
After
'코딩 에러 및 질문' 카테고리의 다른 글
"ERROR" dispatch for POST "/error", parameters={masked} (0) | 2023.05.25 |
---|---|
리뷰글이 많은 순서대로 조회하기 (0) | 2023.05.24 |
javax.el.PropertyNotFoundException (0) | 2023.05.23 |
여러 댓글 중, 첫번째 댓글만 보여지는 현상. (0) | 2023.05.23 |
org.springframework.web.bind.MissingServletRequestParameterException: (0) | 2023.05.21 |