(超全七大错误)Invalid bound statement (not found): com.xxx.dao.xxxDao.add
1.确保你把dao和mapper都在applicationContext.xml中都扫描了xml文件classpath:com/xxxx/dao/*.xmlyml文件2.mapper.xml中的namespace和实际的mapper文件不一致3.mapper接口中的方法名和mapper.xml中的id标签不一致4.Mapper.xml没有构建进去打开target看看对应的Mapper.xml文件在