java.util.ArrayList cannot be cast to com.github.pagehelper.Page

网上有的解答是PageHelper.startPage(io.currentPage(), io.pageSize());这个位置放的不对,但是我的问题不是这个;我的解决方案是:
将jar替换一下:

		<dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
            <version>1.2.4</version>
        </dependency>

在这里插入图片描述

发布了104 篇原创文章 · 获赞 18 · 访问量 8596

猜你喜欢

转载自blog.csdn.net/y368769/article/details/105630393