av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

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

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

瀏覽:3日期: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中引入依賴,刷新自動加載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)文章:
主站蜘蛛池模板: 97精品在线| 97超碰人人| 欧美日韩国产在线播放 | 欧美视频在线观看 | 影音先锋在线观看视频 | 亚洲www啪成人一区二区麻豆 | 一级黄视频 | 免费日韩| 国产精品视频久久久 | 日本一本草久p | 久久久久蜜桃 | 亚洲精品三区 | 黄色一级免费视频 | 国产黄在线 | 黄色成人免费网站 | 中文字幕在线观看网址 | 日本亚洲欧美 | 成人免费网站黄 | 久久精品视频一区二区 | 日本久久久久久 | 欧美啪啪网站 | 一区二区免费 | 亚洲欧美日韩色图 | 日韩一区二区三 | 成人在线视频观看 | 亚洲在线视频 | 成年人观看视频 | 国产成人精品一区二区三区福利 | 欧美日韩黄色片 | 免费在线观看黄色片 | 91少妇丨porny丨 | 亚洲天堂网址 | 中文字幕无人区二 | 午夜一级片 | 久久伊人av | 日韩色在线 | 四色永久访问 | 好色婷婷 | 一区二区三区精品 | 日韩午夜影院 | 亚洲黄色av |