### 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