使用mybatis的分頁插件報錯:PageHelper-com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor


問題:在使用mybatis分頁插件的時候,出現以下錯誤:

PageHelper-com.github.pagehelper.PageHelper cannot be cast to org.apache.ibatis.plugin.Interceptor

問題原因:在mybatis中添加插件時,interceptor屬性指定的類與版本不匹配

(1)分頁插件版本為4時:

 

1 interceptor="com.github.pagehelper.PageHelper"

(2)分頁插件版本為5時:

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

 

參考博客:https://blog.csdn.net/sinat_34104446/article/details/92679046


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM