2020年7月4日

关于mybatis报错:org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)的解决方法

摘要: 今天在练习使用springboot通过mapper和xml方式整合mybatis时发生报错,通过百度大佬们的解决方法发现都不行。最后发现是我的xml文件没有按照传统的maven架构进行放置。 因为springboot使用的是maven架构,xml文件必须放到src/main/resource下才能被 阅读全文

posted @ 2020-07-04 00:24 SilenceAries 阅读(167) 评论(0) 推荐(0)

导航