色综合图-色综合图片-色综合图片二区150p-色综合图区-玖玖国产精品视频-玖玖香蕉视频

您的位置:首頁技術文章
文章詳情頁

Spring Boot 中PageHelper 插件使用配置思路詳解

瀏覽:2日期:2023-12-13 18:02:27
使用思路

1.引入myabtis和pagehelper依賴

2.yml中配置mybatis掃描和實體類

這2行代碼pageNum:當前第幾頁pageSize:顯示多少條數據userList:數據庫查詢的數據數據列表

PageHelper.startPage(pageNum, pageSize);PageInfo pageInfo = new PageInfo(userList);最后返回一個pageInfo 對象即可,pageInfo 這個對象中只有數據一些信息,但是,沒有成功失敗的狀態或者提示語。真實企業中會封裝一個返回對象,把pageInfo 放到對象中

1.pom依賴

方法一:使用原生的PageHelper

1.在pom.xml中引入依賴,刷新自動加載jar

<dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper</artifactId><version>5.2.1</version> </dependency>

方法二 本人使用 PageHelper的starter

1.導入pom.xml依賴

<dependency><groupId>com.github.pagehelper</groupId><artifactId>pagehelper-spring-boot-starter</artifactId><version>1.2.12</version> </dependency>

2.在application.properties或者application.yml格式配置pagehelper的屬性

二選一

#pagehelper分頁插件配置application.properties

pagehelper.helper-dialect=mysqlpagehelper.reasonable=truepagehelper.support-methods-arguments=truepagehelper.params=count=countSql

application.yml

hepagehelper: lperDialect: mysql reasonable: true supportMethodsArguments: true params: count=countSql

Controller層調用 測試

@RequestMapping('findallCar')public String findallCar(Model model, HttpSession session) { PageHelper.startPage(1,5); List<CarTable> carTables = service.findallCar(); PageInfo<CarTable> page = new PageInfo<CarTable>(carTables); System.out.println(page); model.addAttribute('carall', carTables); session.setAttribute('caralls', carTables); return 'carinsert';}

PageHelper.startPage(1,5); List<CarTable> carTables = service.findallCar(); PageInfo<CarTable> page = new PageInfo<CarTable>(carTables); System.out.println(page);

到此這篇關于Spring Boot 中PageHelper 插件使用配置思路詳解的文章就介紹到這了,更多相關Spring Boot PageHelper 插件內容請搜索好吧啦網以前的文章或繼續瀏覽下面的相關文章希望大家以后多多支持好吧啦網!

標簽: Spring
相關文章:
主站蜘蛛池模板: 91亚洲精品成人一区 | 欧美色操 | 美女又爽又黄视频 | 91亚洲欧美| 特黄特色三级在线播放 | 一区二区三区成人 | 91免费看视频 | 国产在线成人一区二区 | 成人午夜爽爽爽免费视频 | 久久亚洲国产午夜精品理论片 | 日本无遮| 国产成人精品综合在线观看 | 2020国产成人免费视频 | 亚洲国产cao | 国产精品三 | 亚洲免费视频一区 | www.日本高清.com | 亚洲综合色视频在线观看 | 亚洲欧美v视色一区二区 | 91久久香蕉国产线看观看软件 | 亚洲天堂资源网 | 国内自拍小视频 | 三级中文字幕 | 中文精品爱久久久国产 | 美女张开腿让男人 | 亚洲欧美卡通成人制服动漫 | 欧美性视频xxxxxxxx | 午夜影院在线免费 | 一本大道香蕉大vr在线吗视频 | 久久精品免视着国产成人 | 高清国产在线观看 | 宫女淫春3在线观 | 日本一级特黄大一片免 | 欧美福利一区二区三区 | 男人女人做刺激视频免费 | 成人免费网站视频 | 亚洲免费网站在线观看 | 亚洲第一se情网站 | 99精品免费观看 | 免费韩国美女爽快一级毛片 | 国产乱码精品一区二区三区中 |