1. 程式人生 > >springboot jpa 分頁

springboot jpa 分頁

開發十年,就只剩下這套架構體系了! >>>   

Pageable bb = PageRequest.of(1, 10);
Page<Map<String,String>> getxxList(Pageable pageable);

關聯查詢就會出現問題,在查詢總頁碼語句有問題,因為我是關聯查詢,生成語句就是from後