Mybatis报错 java.lang.ClassNotFoundException: Cannot find class: com.github.pagehelper.PageInterceptor

在学习Mybatis时遇到PageHelper插件报错:java.lang.ClassNotFoundException: com.github.pagehelper.PageInterceptor。已检查pom.xml的依赖和mybatis配置文件,但问题依旧。解决方法是确保使用最新版本的PageHelper,当前为5.3.2,更新依赖后问题得到解决。推荐从官方资源下载最新版。
摘要由CSDN通过智能技术生成

问题描述

学习mybatis时使用的了一个插件:PageHelper。结果报错:java.lang.ClassNotFoundException: Cannot find class:com.github.pagehelper.PageInterceptor

1.检查在pom.xml文件中加入依赖

        <!-- https://mvnrepository.com/artifact/com.github.pagehelper/pagehelper -->
        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper</artifactId>
            <version>5.3.2</version>
<!--            <version>5.2.0</version>-->
        </dependency>

2.检查在mybatis的配置文件中加入PageInterceptor插件

<!--分页配置插件-->
    <plugins>
        <plugin interceptor="com.github.pagehelper.PageInterceptor" />
    </plugins>

上述文件检查过后,没有出现问题。但是还是会报错。

问题解决

在pom.xml文件中,选择最新的版本。此时是5.3.2,就能正常使用了!!!

在以下链接下载最新版本:

Mybatis-PageHelper/HowToUse.md at master · pagehelper/Mybatis-PageHelper · GitHub

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值