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

您的位置:首頁技術(shù)文章
文章詳情頁

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

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

1.引入myabtis和pagehelper依賴

2.yml中配置mybatis掃描和實(shí)體類

這2行代碼pageNum:當(dāng)前第幾頁pageSize:顯示多少條數(shù)據(jù)userList:數(shù)據(jù)庫查詢的數(shù)據(jù)數(shù)據(jù)列表

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

1.pom依賴

方法一:使用原生的PageHelper

1.在pom.xml中引入依賴,刷新自動(dòng)加載jar

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

方法二 本人使用 PageHelper的starter

1.導(dǎo)入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層調(diào)用 測試

@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);

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

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 亚洲综合p | 精品国产欧美一区二区 | 影音先锋色先锋女同另类 | 久久成年片色大黄全免费网站 | 中文字幕亚洲精品 | 国产精品久久久久久一级毛片 | 欧美成人a级在线视频 | 国产欧美日韩另类 | 国产成年人| 亚洲国产视频网 | 日本国产最新一区二区三区 | 日本在线加勒比 | 成人a视频片在线观看免费 成人a视频在线观看 | 国产亚洲一区呦系列 | 欧美色视频日本片高清在线观看 | 国产禁女女网站免费看 | 97精品国产91久久久久久久 | 国产成人久久精品推最新 | 日韩国产一区二区 | 中文字幕在线播放视频 | 视频三区精品中文字幕 | 91久久国产视频 | 一区二区三区高清不卡 | 在线观看视频一区二区三区 | 欧美刺激午夜性久久久久久久 | 香蕉成人在线视频 | 久久免费公开视频 | 亚洲小视频网站 | 欧美成人免费午夜影视 | 五月激激激综合网色播免费 | 女人张腿让男桶免费视频网站 | 欧美日韩精品一区二区三区视频在线 | 久久精品香蕉 | 一级毛片免费观看久 | 亚洲a级| 国产免费爱在线观看视频 | 久久成人亚洲 | 午夜一级毛片不卡 | 99精品在线 | 在线观看二区三区午夜 | 日本特黄特色大片免费视频网站 |