解决报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):com.tuniu.dao.
意思是没有找到com.tuniu.dao.CategoryDao.findAll这种情况,一般都是配置文件出了问题,配置映射不对.看了一下SqlMapConfig.xml中的配置我这边记录一下解决的办法最后发现是单词写错了CategoryDao的Dao接口写成了CategotyDao.xml的xml配置文件.Dao接口与xml配置文件不对应,所以使用自动配置说找不到.与CategoryDao对应,