报错代码:
Mapped Statements collection does not contain value for
错误原因有几种:
1、mapper.xml中没有加入namespace
2、mapper.xml中的方法和接口mapper的方法不对应
3、mapper.xml没有加到配置文件
4、mapper.xml文件名和所写的mapper名称不相同(如果不同,必须用namespace=“com.cn.dao.IUserDao”)
报错代码:
Mapped Statements collection does not contain value for
错误原因有几种:
1、mapper.xml中没有加入namespace
2、mapper.xml中的方法和接口mapper的方法不对应
3、mapper.xml没有加到配置文件
4、mapper.xml文件名和所写的mapper名称不相同(如果不同,必须用namespace=“com.cn.dao.IUserDao”)