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

时间:2020-07-28 17:05:29   收藏:0   阅读:88

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

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

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

特此发帖自省!

原文:https://www.cnblogs.com/Solomon-Kane-zm/p/13391611.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!