springMVC4.0+mybatis Invalid bound statement (not found)

严重:Servlet.service()forservlet[springmvc]incontextwithpath[/viat]threwexception[Reque... 严重: Servlet.service() for servlet [springmvc] in context with path [/viat] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.viat.dao.AdminuserinfoMapper.selectByPrimaryKey] with root cause
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.viat.dao.AdminuserinfoMapper.selectByPrimaryKey

检查mapper.xml 与配置文件xml 没发现错误。求救
展开
 我来答
牧牛雀
2018-05-08 · TA获得超过509个赞
知道答主
回答量:43
采纳率:100%
帮助的人:8.4万
展开全部

我也遇到这个问题,我的是springboot+ibatis,你有没有用maven,找到一种和maven有关的情况,我也是在网上看到了,刚解决:

异常:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.xwq.project.dao.ClothesDao.queryList

原因:编译默认只把src/main/下的java文件编译后放进target/classes里,而ibatis的mapper.xml文件则没有搬运过去,所以导致程序运行到Dao层找不到对应方法

解决:在pom.xml里的<build><resources></resources></build>加入以下内容

<resource>

<directory>src/main/java</directory>

<includes>

<include>**/*.xml</include>

</includes>

</resource>

感谢:网页链接第6楼的回答

喵惠
2018-04-19 · TA获得超过333个赞
知道小有建树答主
回答量:169
采纳率:76%
帮助的人:81.4万
展开全部
mapper.xml 里面定义了,但是 Mapper 接口里面没有定义
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式