728x90 DB/Mybatis1 Mybatis XML없이 java로 설정 - @MapperScan 적용, BindingException 에러 mybatis.org/spring/ko/getting-started.html 공식문서를 보고 따라해도 안되서 하루라는 시간을 소비 했다. 아무리 구글링을 해도 나오지 않았고, 결국 해결하고 열받아서 나같은 사람을 위해 공유하고자 글을 쓴다. 내가 헤맨 부분은 @MapperScan 이 정상적으로 동작하지 않는 것이었다. org.apache.ibatis.binding.BindingException: Type interface practice.mybatis.mybatisMapper.MemberMapper is not known to the MapperRegistry. 이런 에러가 계속해서 발생했다. 결론을 말하자면 @Bean public MemberMapper memberMapper() throws Excep.. 2020. 10. 21. 이전 1 다음 728x90