[Spring Boot] mybatis 경로 에러 org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.xxx.xxx.xxx.main.mapper.read.xxx.xxx intelliJ를 통하여 Spring Boot를 기동 하는 중 분명 명칭도 다 맞고 경로도 잘 따라가는데 xml 파일을 못 찾아가는 현상이 있었습니다. 분명 application.yml 파일의 classpath 경로도 다 확인 후 진행해도 안되어서 무엇인가 했더니 .. 분명 같은 이름의 mappers라는 폴더 아래에 있을 read 폴더와 다른 폴더가 따로 있는 걸 보고 설마.. read 폴더를 새로 만든 뒤 mappers 아래로 이동시키고, main 폴더를 넣어주니 경로가 다른 걸 확인했습..