pageable多字段排序问题
时间:2018-11-22 12:53:32
收藏:0
阅读:1480
Sort sort = new Sort(Sort.Direction.DESC, "createdate") .and(new Sort(Sort.Direction.AES, "id")); Pageable pageable = new PageRequest(1, 10, sort)
原文:https://www.cnblogs.com/sonder/p/10000273.html
评论(0)