SpringBoot進階之JPA實現分頁、排序

---------------repository類代碼------------java public interface GirlRepository extends JpaRepository<Girl,Integer> { //分頁、排序 Page<Girl> findByName(String name,Pageable pageable); } ------------
相關文章
相關標籤/搜索