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

时间:2024-03-14 09:19:26

错误描述

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

 

pom.xml添加引入

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

 

application.yml

#pagehelper分页插件
pagehelper:
    helperDialect: oracle
    reasonable: true
    supportMethodsArguments: true
    params: count=countSql