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 | 29 | 30 | 31 |
Tags
- 제이쿼리
- 정보처리기사실기
- 1단원
- 정보처리기사필기
- 실기
- mybatis
- 정처기
- 리눅스
- DB
- 정보처리기사
- jQuery
- mapper
- 4단원
- 인터페이스구현
- spring
- 자바
- 자바스크립트
- 요구사항확인
- Java
- 데이터베이스
- 오라클
- backend
- Linux
- javascript
- 5단원
- Database
- 정처기실기
- 정처기필기
- 스프링
- 통합구현
Archives
- Today
- Total
목록backend (1)
세라공원
[spring ]MyBatis 오류: Invalid bound statement (not found)
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): 경로 1) Mapper 인터페이스와 Mapper xml에 오타가 있을 때 ex) Mapper 인터페이스 함수와 Mapper xml의 id가 일치하지 않을 때 2) Mapper xml 경로가 잘못된 경우 (main/resources/디렉토리명) -> 디렉토리가 여러개면 정확한 위치를 찾지 못하는 경우가 있기 때문에 한 개의 디렉토리씩만 만드는 것이 좋다. 해결 : namespace에 경로 지정을 잘못함. mapper 인터페..
Error
2022. 5. 13. 00:32