### Error querying database. Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.globalroam.monitor.dao.Impl.DailyReportDaoImpl.getAlljava
### Cause: java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.globalroam.monitor.dao.Impl.DailyReportDaoImpl.getAll] with root causeapp
java.lang.IllegalArgumentException: Mapped Statements collection does not contain value for com.globalroam.monitor.dao.Impl.DailyReportDaoImpl.getAllspa
當出現錯誤信息是映射文件沒有找到時,通常是hibernate的配置文件中配置的掃描路徑出現錯誤,須要把配置文件中的掃描路徑進行修改,若是是沒有添加到當前映射文件的路徑,能夠在hibernate
classpath:com/**/dao/*-mapper.xml
中的value後面再添加一條適用於當前映射文件的路徑.code