mybatis-plus使用注意事项 1、关于mybatis-plus关于IPage报错 2、 mybatis-plus报错org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)找不到对象中的方法 1、关于mybatis-plus关于IPage报错 报错关于IPage,先排查依赖是否引入,二排查引入的依赖,正确的依赖为 <dependency> <groupId>com.baomidou</groupId> <artifactId>mybatis-plus-boot-starter</artifactId> <version>3.4.2</version> </dependency> <dependency> <groupId>com.baomidou</groupId>