[Tomcat에러] Result Maps collection already contains value for ...
에러내용
Result Maps collection already contains value for (resultMap 이름)
원인
[ 일반 ] resultMap 이름을 가진 resultMap이 1개가 아니다. (중복)
[ generator ] mybatis generator 가동 후 기존 값을 없애주지 않음.
해결
[ 일반 ] resultMap 이름을 가진 resultMap을 찾아 1개만 남기고 다른 것은 이름을 바꿔준다.
[ generator ] 중복되는 resultMap을 삭제한다.
'Spring' 카테고리의 다른 글
[Spring] 유저별로 메뉴 다르게 보이기 (0) | 2021.06.29 |
---|---|
[Spring] Mybatis collections 파라미터 여러개 사용 시 주의점 (2) | 2021.06.28 |
[Spring] MyBatis resultMap collection 사용법 (0) | 2021.06.18 |
[Spring] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception 오류 (0) | 2021.04.14 |
[Spring] @RequestMapping 중복 (0) | 2021.03.23 |
댓글