2014/:: 에러 ::

Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException:

bread.iknow 2014. 9. 22. 16:11

Exception in thread "main" org.apache.ibatis.exceptions.PersistenceException:
### Error building SqlSession.
### The error may exist in sql/UserMapper03.xml

 

FQCN을 잘못 적어서 에러

 

 

xml 파일에서

 <select   id="getUserList"  resultType="mybatis.service">

으로 수정해주자 실행됨

 <select   id="getUserList"  resultType="mybatis.service.domain">