BindingException :Invalid bound statement (not found)

今天在使用maven时出现了如下错误:
BindingException :Invalid bound statement (not found)

BindingException :Invalid bound statement (not found)
在网上查询之后,发现基本都是让在pom.xml中添加如下代码,以确保xml文件可以被扫描dao,
BindingException :Invalid bound statement (not found)
但是,还是照常报错。
经过我的不断查找后,终于找到了这个小错误,如下:
BindingException :Invalid bound statement (not found)
进入此xml文件所在的文件夹,这个生成的文件夹本该是cn/baidu/mapper,却变成了文件名为cn.baidu.mapper,因此报错。
希望可以帮到大家