getter for property named 에러 해결 방법
Back-End/Problems 2019. 8. 19. 17:21에러 코드
There is no getter for property named 'rno' in 'class java.lang.Integer'] with root cause
org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'rno' in 'class java.lang.Integer'
해결 방법
mybatis 관련된 쿼리에 오류가 발생되었을 경우에 발생하는 오류이고, 맞춤법이나 대소문자를 다시한번 확인해본다.
mapper에 적힌 쿼리에 오타나 대소문자를 다시한번 확인해보고 수정하면 해결 된다.
출처: https://yamea-guide.tistory.com/162 [기타치는 개발자의 야매 가이드]
아래 책은 제가 공부할때 활용했던 책으로 추천드리는 책이니 한번씩 읽어보시는것을 추천드립니다!! ㅎㅎ
이 포스팅은 쿠팡 파트너스 활동의 일환으로, 이에 따른 일정액의 수수료를 제공받습니다.
'Back-End > Problems' 카테고리의 다른 글
카카오톡 로그인 관련 (0) | 2020.11.10 |
---|---|
스프링 에러 - Request method 'POST' not supported (3) | 2019.08.20 |
오라클 ORA-01722: invalid number 에러 (0) | 2019.07.23 |
오라클 에러 (ORA-02267: column type incompatible with referenced column type) (0) | 2019.07.18 |
Spring (STS4) <c:choose>태그 안쪽 주석 오류 (0) | 2019.06.17 |