SpringBoot + mybatis 分頁查詢

com.github.pagehelper.PageHelper是一款好用的開源免費的Mybatis第三方分頁插件。使用的時候,只要簡單配置,就可以在查詢語句之後得到所需的分頁信息。 1:在 pom.xml 中引入依賴項。 <!-- 分頁 --> <dependency> <groupId>com.github.pagehelper</groupId> <artifactId>pa
相關文章
相關標籤/搜索