Mybatis 에러
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.
에러가 발생한 원인은 resultType을 누락했기 때문이다.
예를 들어
위와 같이 select 구문에 resultType을 누락하면 오류가 발생한다.
따라서 resultType을 지정해주면 오류가 해결된다.
반응형
'에러 해결' 카테고리의 다른 글
Redis 오류 NOAUTH Authentication required 해결법 (0) | 2024.01.16 |
---|---|
[에러] Feign Client로 multipart/form-data 보낼 때 required part ... is not present 오류 해결법 (0) | 2023.12.18 |
오즈리포트 들어오는 TDS(Tabular Data Stream)의 RPC(원격 프로시저 호출) 프로토콜 스트림이 잘못되었습니다... 에러 해결법 (0) | 2023.11.10 |
스프링 No Mapping for GET 오류 해결법 (0) | 2023.11.02 |
도커(Docker) Error response from daemon: toomanyrequests 에러 해결법 (0) | 2023.08.16 |