반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 컴활1급필기
- html
- 모델 훈련
- 정처기
- 직접 라벨링
- 정렬알고리즘
- object detection
- 조회수 증가
- 데이터셋 직접
- thymeleaf-layout-dialect
- 욕심쟁이 알고리즘
- combobox
- 드라이브 마운트
- React
- YOLOv5
- 정처기 실기
- 게시판만들기
- 게시판
- 데이터셋
- isDisable
- 방만들기
- css
- HTML공부
- 객체 감지
- labelImg
- springboot
- 이것이 취업을 위한 코딩 테스트다 with 파이썬
- customized yolov5
- 스프링부트
- 글 검색
Archives
- Today
- Total
기록장
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for 에러 본문
인턴 기록/오류 정리
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for 에러
210_yy 2021. 4. 7. 09:40이 에러가 발생할 수 있는 경우가 5가지라고 한다.
1) mapper id가 다를 경우
2) Parmaeter와 bean 필드명이 다른 경우
3) mapper파일(xml)에 정의된 namespace와 mapper 파일에 직접 접근하는 java파일(DAO)에서 호출하는 namespace가 다를 경우
4) Mybatis config 파일에 mapper가 정의되어 있지 않거나 spelling이 틀린 경우
5) mapper에 정의된 namespace명칭이 같은 application내에 중복될 경우
반응형
'인턴 기록 > 오류 정리' 카테고리의 다른 글
sqlSession.selectList 의 결과값이 주소값같이 나오는 경우 (0) | 2021.04.07 |
---|---|
스프링부트 Failed to load resource: the server responded with a status of 404 () controller mapping 에러 (0) | 2021.04.06 |
Comments