mybatis plus 分页 失效 查了半天 都是查全部 检查语句也没有问题

于是发现mybatis plus 分页 失效

MybatisPlusConfig分页配置文件没有加上注解

加上注解

@Configuration 或者component解决

相关文章: