Invalid bound statement

原因:编译的时候没有将mapper.xml编译到target中,导致执行的时候找不到。

解决办法:

1、将mapper.xml复制到指定package中;

2、修改编译方式即可。

相关文章: