解决问题:java.lang.RuntimeException: 在系统中发现了多个分页插件,请检查系统配置!

在使用springboot配置mybatis PageHelper时由于版本出现的问题

mybatis-config.xml中配置了一次PageHelper

interceptor="com.github.pagehelper.PageInterceptor">
    
    

pom.xml文件中也有添加


    com.github.pagehelper
    pagehelper-spring-boot-starter
    1.2.3

将mybatis-config.xml文件中的给注释掉就好了

具体原因我看了源码但还没有头绪,如果有大神也遇到了,麻烦指导一下



pagehelper-spring-boot-starter

你可能感兴趣的:(U,bug,I,big)