org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 解决办法

最近在搞新项目工程时遇到一个问题:

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found):   这里总显示没有映射上去,很着急最后排查发现自己的yaml中少了配置:

mybatis:
 mapper-locations: classpath:mapper/*Mapper.xml

特此发帖自省!

org.apache.ibatis.binding.BindingException: Invalid bound statement (not found) 解决办法

上一篇:HttpLib - 一个对 Http 协议进行封装的库


下一篇:动态调用webservice