https://hu-studyrecord.tistory.com/78 [Spring Boot] ClassNotFoundExceptionMybatis를 이용하던 중 위와 같은 오류가 발생하였다클래스를 찾을 수 없다는 문제였고 mapper.xml에서 클래스를 잘못 주입했다 생각하여 확인하였다 프로젝트 구조는 위와 같이 org.example.mybatis로hu-studyrecord.tistory.com이번 포스팅은 저번에 발생한 경로문제와 유사한 오류이다org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): org.example.mybatis03.mapper.DeptMyBatisMapper.select at org.apac..