摘要:
MybatisPlus 插件 queryWrapper.last() 是用来作 limit 限定的,我项目中 limit 的值是动态的,给出源码: public Result hotArticle(int limit) { LambdaQueryWrapper<Article> queryWrapp 阅读全文
摘要:
最近在做一个博客项目用Springboot框架开发,在配置好Mapper接口后启动项目,IDEA报org.apache.ibatis.binding.BindingException: Invalid bound statement (not found)异常。 网上找了许多解决方法,我觉得这个作者 阅读全文