[error]org.apache.ibatis.exceptions.PersistenceException:

HMS·2022년 8월 31일
0

org.apache.ibatis.exceptions.PersistenceException:
/### Error building SqlSession.
/### The error may exist in mappers/lecture-mapper.xml
/### The error occurred while processing mapper_resultMap[lectureResultMap]
/### Cause: org.apache.ibatis.builder.BuilderException: Error parsing SQL Mapper Configuration. Cause: org.apache.ibatis.builder.BuilderException: Error parsing Mapper XML. Cause: org.apache.ibatis.builder.BuilderException: Error resolving class. Cause: org.apache.ibatis.type.TypeException: Could not resolve type alias 'com.kh.lecture.model.domain.Lecture'. Cause: java.lang.ClassNotFoundException: Cannot find class: com.kh.lecture.model.domain.Lecture

원인

경로지정오류

해결

com.kh.lecture.model.domain.Lecture ->com.kh.lecture.model.vo.Lecture로 변경

profile
안녕하세요

0개의 댓글