1. 程式人生 > >SpringBoot+mybatis+pagehelper實現分頁:resultType="map"

SpringBoot+mybatis+pagehelper實現分頁:resultType="map"

1)       pom.xml中新增pagehelper相關依賴:pagehelper使用第一步

2)       application.properties配置檔案:第10行可去掉

3)       springboot應用查詢入口

4)       AccountMapper.xml對映檔案

5)       AccountMapper介面

6)       Service層的介面和類:pagehelper使用第三步 

7)       配置pagehelperpagehelper使用第二步

8)       測試類與測試結果

9)       專案結構