ERROR
[mybatis] Type interface is not known to the MapperRegistry
NPC
2021. 7. 21. 19:30
org.apache.ibatis.binding.BindingException: Type interface is not known to the MapperRegistry.
mapper namespace를 잘못 써서 mybatis가 mapper를 찾지 못하는 경우이다.
나의 경우에는 해당 인터페이스를 사용하는 xml 파일의 mapper namespace 패키지 명에 오타가 있었다.
올바른 위치로 수정해주니 문제 없이 돌아간다.
이렇게 못 찾겠다는 에러가 뜰 경우 오타나 파일 위치부터 확인해야 한다.