Questions on the usage of the MyBatis paging plug-in PageHelper

:
    PageHelper.startPage(pageNum,pageSize);
    PageInfo pageInfo = new PageInfo(productList);
    pageInfo.setList(productListVoList);
    
   :
    PageInfo,setList?
    
    :https://github.com/pagehelper/Mybatis-PageHelper/blob/master/wikis/zh/HowToUse.md
Mar.24,2021

just force it. Page < Product > page = (Page) productList;

Menu