访问所有mapper方法都提醒invalid bound statement (not found)
大部分的invalid bound statement (not found)的log都是配置啊,编译啊之类的产生了问题,这类问题可以看下面的博客,基本上说的很全了:
https://blog.youkuaiyun.com/sinat_38232376/article/details/81915605
我的问题出现在
在spring-mybatis中,xml的明明需要遵循这个规则
<property name="mapperLocations" value="classpath*:mapper/*Mapper.xml" />