关于pagehelper-spring-boot-starter排序的一个小测试

关于pagehelper-spring-boot-starter排序的一个小测试

 

1. 依赖和配置信息

<dependency>
    <groupId>com.github.pagehelper</groupId>
    <artifactId>pagehelper-spring-boot-starter</artifactId>
    <version>1.2.5</version>
</dependency>

pagehelper:
   
helper-dialect: mysql
   
reasonable: true
   
support-methods-arguments: true
   
params: count=countSql

 

2.表中有两个时间字段 create_time、update_time

3.在xml的select语句中设置order by update_time desc

4. 程序中查询语句直接输出结果

390440d1fd23ca2278cdc2822b0534691d0.jpg

 

5.程序的查询语句之前添加 PageHelper.orderBy("create_time asc");输出查询结果

e6fb4ad8164c5ecf174e6325e3f633d4a0d.jpg

6.最终测试结果,是按照create_time asc来进行排序的。

备注:pagehelper-spring-boot-starter 依赖mybatis-spring-boot-starter和pagehelper了,不需要再额外添加依赖

pagehelper-spring-boot-starter gitbub地址 https://github.com/pagehelper/pagehelper-spring-boot

44bd568ff86ff9dc701d7bfca0b0544e88e.jpg

转载于:https://my.oschina.net/u/2329222/blog/2967510

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值