왜이러는 걸까요?ㅠㅠ
<mapper namespace="com.cors.*">
<resultMap type="CorsVO" id="corsVoResultSet">
<id property="recid" column="recid" />
<result property="id" column="id" />
<result property="eui" column="eui" />
</resultMap>
이렇게 하면 자꾸 CorsVO파일을 못 찾는다고 에러가 떠요ㅠㅠㅠㅠ