Servlet.service() for servlet [d
2018-07-09 本文已影响0人
飞雪踏鸿
Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.*] with root cause
今天用打开之前用Springboot写的一个小demo,突然报这个错误。
看了下这个文章 https://blog.csdn.net/ppppfly/article/details/46847299/
注入应该是没有问题的,xml文件写的也没有问题。
突然想到是不是build出现了问题,然后去target里面看下
果然没有xml文件
解决办法:
将xml 拷贝到一份到target文件里面。重新run