Notice
Recent Posts
Recent Comments
Link
05-28 14:32
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- ejected-non-fast-forward
- rest방식
- 오라클
- lombok.jar
- 마크다운 리스트
- jdbc연결테스트코드
- java.lang.NoClassDefFoundError:org/springframework/core/annotation/MergedAnnotations
- git오류
- 마크다운 기본문법
- SQL
- HTTP 상태 415 – 지원되지 않는 Media Type
- Class<SpringJUnit4ClassRunner> cannot be resolved to a type
- 오라클연습문제
- oracle
- jdbc연결확인
- 정보처리기사
- 취성패
- git push
- 마크다운 링크
- 한글깨짐
- 마크다운 테이블
- @Setter(onMethod_ = @Autowired) Error
- mysql한글깨짐
- git
- spring자바설정
- 스프링
- Oracle join
- 이클립스
- java
- SpringJUnit4ClassRunner
Archives
- Today
- Total
study-project
[오류]invalid bound statement (not found) 본문
ibatis.binding.bindingexception invalid bound statement (not found): com.pro.service.BoardService.listPaging
이런 오류가 생겨서 한참을 찾았다.
원인은
- Mapper Interface와 mapping되는 xml파일에 오타가 있는 경우 : 예를 들면 id와 Interface에 메소드명이 일치하지 않는 경우
- classpath에 경로가 잘못된 경우
- xml이 저장될 경로는 잘못 생성한 경우
이렇게 3가지가 가장 많다고 하는데
나는 root-context.xml 파일에서 서비스 부분을 빠트려서 못찾는 것이였다.
더 꼼꼼하게 생각해야지..
'TIL > Spring' 카테고리의 다른 글
[오류]attempted to return null from a method with a primitive return type (int). (0) | 2021.04.03 |
---|---|
[오류] HTTP 상태 415 – 지원되지 않는 Media Type (0) | 2021.03.30 |
[오류]ERROR: org.mybatis.spring.mapper.MapperFactoryBean - Error while adding the mapper (0) | 2021.03.18 |
[오류]spring Logger cannot be resolved to a type 해결 (0) | 2021.02.23 |
[오류]web.xml is missing and <failOnMissingWebXml> is set to true (0) | 2021.02.18 |
Comments