Dev_Log

[MyBatis] org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for

LeeDaniel 2022. 11. 28. 17:30

[에러 로그]
org.mybatis.spring.MyBatisSystemException:
nested exception is org.apache.ibatis.exceptions.PersistenceException:
### Error querying database.
Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for


✔ Solution
dao에서 호출하는 네임스페이스와 id가
xml에 정의된 네임스페이스와 id가 일치하는지 확인

반응형