java.lang.IllegalArgumentException: Result Maps collection does not contain value for~ 에러

codemin·2024년 11월 13일
0

trouble_shooting

목록 보기
2/7

에러 메시지

java.lang.IllegalArgumentException: Result Maps collection does not contain value for~

원인

xml 파일에서 resultMap의 이름을 잘못 적어서 생긴 문제였다.

해결

잘못 적은 resultMap의 이름을 수정해서 해결했다.

0개의 댓글