Study/Java Error

[Error] org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)

momong'-' 2020. 7. 29. 13:53

1. Mapper 인터페이스와 Mapper xml에 오타

 

2. Mapper xml 경로가 잘못된 경우

 

3. classpath에 경로가 잘못된 경우

 

mapper, service, Dao

1. @어노테이션 썼는지 확인

2. 오타 확인 (namespacem, RequestType 등) 

 

=> 오타일 경우가 많으니 하나하나 확인해보는게 좋음