Backend/Java

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 It's likely that neither a Result Type nor a Result Map was specified.

meong_j 2021. 12. 22. 11:40
728x90
반응형

mybatis에서 resultType을 쓰지 않아 발생한 오류이다.

result_type 을 명시하면 오류 해결,,

반응형