mybatis plus 分頁小結

2021-10-09 19:28:53 字數 524 閱讀 7328

記錄貼,主要內容**於

1.2.

pagehelper 請移步

預設你的專案已經使用mybatis並能正常連線資料庫進行增刪改查了

請看鏈結1,我是用的是

//spring boot方式

@configuration()

public

class

mybatisplusconfig

}

新建測試類略

@resource

/*最簡單的使用方式*/

@test

public

void

test1()

}/*序列化,導包fastjson*/

@test

public

void

test2()

/*增加條件*/

@test

public

void

test3()

mybatis plus分頁步驟

控制器層 需要傳入兩個引數page 當前頁數 limit 每頁數量 獲取分頁資料 page page1 new page page,limit page1 noticeservice.getpagenotice page1 listnotices page1.getrecords 介面 pagege...

MyBatis Plus 分頁查詢

文章目錄 1.建立分頁外掛程式 2.測試分頁 3.自定義分頁 4.測試自定義分頁方法 5.控制台輸出 6.多表操作 1.建立分頁外掛程式 configuration public class mybatisplusconfig 總頁數 總記錄數 pagepage new page 1,2 syste...

MyBatis Plus 分頁外掛程式

mybatis plus sample pagination spring boot方式 enabletransactionmanagement configuration public class mybatisplusconfig 查詢 根據state狀態查詢使用者列表,分頁顯示 param p...