Caused by: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException

👨🏻‍💻 Web Developer·2024년 2월 27일

Caused by: org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'xxx'. It's likely that neither a Result Type nor a Result Map was specified.

해당 에러는 MapperresultType이 명시되지 않아서 발생한 오류였다.

profile
꾸준히 성장하는 개발자

0개의 댓글