본문 바로가기
Error

[에러] org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'com.hn.erp.board.selectMyList'. It's likely that neither a Result Type nor a Result Map was specified.

by HTT 2022. 12. 11.

SEVERE: 경로 [/mvc]의 컨텍스트 내의 서블릿 [appServlet]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is 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 'com.hn.erp.board.selectMyList'.  It's likely that neither a Result Type nor a Result Map was specified.]을(를) 발생시켰습니다.

 

org.apache.ibatis.executor.ExecutorException: A query was run and no Result Maps were found for the Mapped Statement 'com.hn.erp.board.selectMyList'.  It's likely that neither a Result Type nor a Result Map was specified.

 

 

에러 원인

: resultType을 적지 않음...

 

 

resultType, parameterType을 꼭 적어주자..

댓글