일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- Java
- HTTP Status 500
- SQL
- group by
- tomcat
- 부트스트랩
- sql developer
- 과정평가형
- 모조칼럼
- Oracle DB
- JSP
- 성적프로그램
- JavaScript
- rownum
- HTML
- 한글 인코딩
- github
- distinct
- 제약조건
- Bootstrap
- oracle
- CRUD
- git
- jQuery
- Oracle SQL
- alias
- HTTP Status 404
- ||
- 답변형 게시판
- 이클립스
Archives
초급의 끄적거림
[myBatis] java.lang.IllegalArgumentException : Mapped Statements collection does not contain value 본문
Framework/myBatis
[myBatis] java.lang.IllegalArgumentException : Mapped Statements collection does not contain value
codingD 2021. 7. 27. 21:56오류 메세지
- java.lang.IllegalArgumentException : Mapped Statements collection does not contain value ~
원인
- mapper id가 다름 : mapper 파일에 접근하는 DAO나 Service의 id 값이 일치하지 않음
- 파라미터와 빈의 필드명이 틀림
- myBatis config 파일에 mapper가 정의되어 있지 않거나 철자가 틀림
- mapper에 정의된 namespace 명칭이 같은 Application 내에 중복 됨
해결방법
- mapper id가 달라서 발생한 오류로 id 수정 진행
'Framework > myBatis' 카테고리의 다른 글
[MyBatis] CDATA란 (0) | 2021.07.12 |
---|---|
[Framework] myBatis (0) | 2019.10.14 |
Comments