Open utterances-bot opened 1 year ago
Wonderful article, TY
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 ?
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/