mybatis pagehlper使用

需要两个jar包:(刚开始不知道需要用第二个,然后查询的时候报缺少那个类的错误)
http://www.github.com/pageHelper


http://www.github.com/JSqlParser


pom依赖:


       
     com.github.pagehelper
     pagehelper
     4.1.4


com.github.jsqlparser
jsqlparser
0.9.2









在mybatis-config.xml下进行配置



 

 



   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   
   

 
主要是这里,指定使用分页插件:



   

       

       
       
       
       
       
       
       
       
   

你可能感兴趣的:(mybatis)