728x90
반응형

It's likely that neither a Result Type nor a Result Map was specified. 라는 오류가 떴다.

 

1. It's likely that neither a Result Type nor a Result Map was specified.

 -> ResultType이나 ResultMap이 없다

2.  A query was run and no Result Maps were found for the Mapped Statement 

 -> 쿼리문은 실행이 되었으나 ResultMap이 없다


SELECT로 결과 값을 가져 왔으면 그것을 출력하기 위해 타입을 맞춰줘야 한다.


변경전

 

변경후

 

나의 경우에는 parameterType -> resultType로 바꿔주니 정상작동하였다.

 

정리

 

select -> resultType

insert -> parameterType
728x90
반응형

+ Recent posts