Mybatis PageHelper分页失效 当你发现所有的解决方案都解决不了的问题的时候,这里可能有惊喜。 未配置过滤器 mybatis-config.xml <plugins> <plugin interceptor="com.github.pagehelper.PageInterceptor"></plugin> </plugins>