今天springboot整合得时候遇到了mybastis报出 Invalid bound statement (not found)这个错,后来在网上搜了半天发现原来是自己dao层没写注解sql语句,添上之后就好了。
关于idea 中使用mybastis报出 Invalid bound statement (not found)的错误解决方案
最新推荐文章于 2025-04-30 16:52:34 发布
今天springboot整合得时候遇到了mybastis报出 Invalid bound statement (not found)这个错,后来在网上搜了半天发现原来是自己dao层没写注解sql语句,添上之后就好了。