Notice
Recent Posts
Recent Comments
Link
09-14 08:53
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 스프링
- java
- SQL
- 마크다운 리스트
- 한글깨짐
- git오류
- mysql한글깨짐
- 오라클연습문제
- spring자바설정
- 이클립스
- SpringJUnit4ClassRunner
- jdbc연결테스트코드
- oracle
- 정보처리기사
- lombok.jar
- git push
- 취성패
- Oracle join
- rest방식
- 오라클
- HTTP 상태 415 – 지원되지 않는 Media Type
- java.lang.NoClassDefFoundError:org/springframework/core/annotation/MergedAnnotations
- git
- jdbc연결확인
- 마크다운 테이블
- @Setter(onMethod_ = @Autowired) Error
- 마크다운 기본문법
- Class<SpringJUnit4ClassRunner> cannot be resolved to a type
- ejected-non-fast-forward
- 마크다운 링크
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