问题原因:自从spring boot开始使用2.0x版本以上后,很多相应的依赖文件版本开始变化

该版本为spring-boot 1.4.1

SRE实战 互联网时代守护先锋,助力企业售后服务体系运筹帷幄!一键直达领取阿里云限量特价优惠。
        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper</artifactId>
            <version>4.1.0</version>
        </dependency>

切换成对应的2.0的版本即可

        <dependency>
            <groupId>com.github.pagehelper</groupId>
            <artifactId>pagehelper-spring-boot-starter</artifactId>
            <version>1.2.5</version>
        </dependency>
扫码关注我们
微信号:SRE实战
拒绝背锅 运筹帷幄