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을 꼭 적어주자..
'Error' 카테고리의 다른 글
java.lang.nullpointerexception (0) | 2023.03.01 |
---|---|
이클립스 sts 프로젝트 에러표시(팔간 엑스 표시) 해결하기 (0) | 2023.01.07 |
[에러] mybatis - java.lang.illegalargumentexception: mapped statements collection does not contain value for (0) | 2023.01.05 |
[에러] mybatis - java.sql.SQLException: 해당 위치에 지원되지 않는 SQL92 토큰: 72 (0) | 2022.12.14 |
[에러] ORA-00911: invalid character (0) | 2022.11.18 |
댓글