마이바티스 , 스프링 에러 : Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

지츄·2022년 3월 10일
0

에러메세지 : Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):

문제상황 : 페이징을 처리하는 test클래스를 실행하는데
이 에러가 떴다

해결방법 : 검색해보니 mapper.xml에 아이디가 동일한게 여러개라고 적혀있어서 mapper.xml을 확인했다.

근데 mapper.xml에 쿼리문의 id와 내가 호출한 메소드의 매퍼 이름이 다르다
말이 복잡하지만 결론은 서로 이름이 달라서다.
그리고 오타였다^^ 조심하자..

0개의 댓글