国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

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

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

瀏覽:6日期: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
相關文章:
主站蜘蛛池模板: 国产在线精品一区二区中文 | 久久亚洲精品中文字幕亚瑟 | 国产精品免费久久 | 一级片日韩 | 成人亚洲欧美 | 成人免费观看网欧美片 | 久草视频国产 | 亚洲精品乱无伦码 | 国产伦精品一区二区三区 | 免费一看一级欧美 | 亚洲欧美国产精品专区久久 | 国产一区二区三区四区在线 | 欧美一级毛片免费大全 | 免费岛国小视频在线观看 | 国产资源免费 | 美女视频黄色免费 | 日本在线免费观看视频 | 成人精品 | 亚洲午夜色 | 欧美一级毛片片aa视频 | 成年人在线免费观看视频网站 | 国产粗大猛烈18p | 看一级毛片一区二区三区免费 | 99在线热视频只有精品免费 | 日本黄区 | 久久99热精品免费观看k影院 | 亚洲高清在线观看视频 | 日本www免费视频网站在线观看 | 毛片高清一区二区三区 | 久草免费福利视频 | 久久两性 | 亚洲国产最新在线一区二区 | 欧美人成在线 | 400部大量精品情侣网站 | 国产美女在线精品观看 | 一级做a爰片久久毛片看看 一级做a爰片久久毛片鸭王 | 久久在线免费视频 | 一本一本久久a久久精品综合麻豆 | 玖玖爱zh综合伊人久久 | 国产欧美日韩视频在线观看一区二区 | 久久精品国产屋 |