關於pagehelper-spring-boot-starter排序的一個小測試mysql
1. 依賴和配置信息git
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper-spring-boot-starter</artifactId>
<version>1.2.5</version>
</dependency>github
pagehelper:
helper-dialect: mysql
reasonable: true
support-methods-arguments: true
params: count=countSqlspring
2.表中有兩個時間字段 create_time、update_timesql
4. 程序中查詢語句直接輸出結果mybatis
6.最終測試結果,是按照create_time asc來進行排序的。spring-boot
備註:pagehelper-spring-boot-starter 依賴mybatis-spring-boot-starter和pagehelper了,不須要再額外添加依賴測試
pagehelper-spring-boot-starter gitbub地址 https://github.com/pagehelper/pagehelper-spring-bootspa