202010-10 使用mybatis-plus报错Invalid bound statement (not found)错误 近期使用Springboot集成Mybatisplus,执行insert时一直报错,提示错误如下:Invalidboundstatement(notfound):xx.insertmapper继承BaseMapper:BaseMapper有insert方法如下:service调用mapper.insert(对象)报错某度查找资料均不能解决问题,最终经查阅官方文档比对得知是缺少jar包导致。在pom.xml中引入:<dependency><groupId>com.baomidou</groupId><artifactId>mybatis-plus-boot-starter</artifactId><ver... 继续阅读 >