springcloud-community / springcloud-comment

0 stars 0 forks source link

post/2022-04/hateoas-spring-boot-and-jpa/ #19

Open utterances-bot opened 1 year ago

utterances-bot commented 1 year ago

Pagination(with Hateoas), Filtering & Sorting with Spring Boot and JPA - Spring Cloud

In this blog post, we will explore how to implement paging with hateoas, while supporting filtering and sorting in spring boot applications.

https://www.springcloud.io/post/2022-04/hateoas-spring-boot-and-jpa/

oberhacker commented 1 year ago

Wonderful article, TY

stephaneeybert commented 3 months ago

I'm using the support class public class PostModelAssembler extends RepresentationModelAssemblerSupport<Post, PostModel> {

and that makes this method undefined: return pagedResourcesAssembler.toModel(customerPage, customerModelAssembler);

Is it staring at me ?