IT story/error

[mybatis] Mapped Statements collection does not contain value for Dao.selectList

자랑이다 2022. 1. 11. 17:46
728x90
반응형

mybatis에서 db 연결해서 조회쿼리를 작업하는 중에 발생한 에러

 

 

Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for Dao.selectList

 

context-sqlmap.xml 에서

해당 xxxDao.xml 파일을 추가했는지 확인하자

 

<value>classpath:/root/xxxDat.xml</value>

 

728x90