idea Invalid bound statement (not found):

一次 诡异的 idea Invalid bound statement (not found):

配置文件:

mybatis.mapper-locations=classpath:mapper/*.xml   错

mybatis.mapperLocations=classpath:mapper/*.xml   对

两者有点区别。。很容易看成一样的。

1.启动类 加MapperScan 注解 。

2.userMapper.xml 里面的namespace 全路径要一致   方法与方法的入参也要一致

3.对应自己的mapper 接口类 并加上Mapper注解 。即可。

上一篇:CentOS 6.4 中安装部署 Nutch 1.7


下一篇:[C++]让CPU使用率曲线呈现为正弦曲线(一)