Fiz tudo certinho com o instrutor e quando faço o request da api ela está retornando como o esperado. Porém, no meu console está aparecendo uma mensagem de aviso quanto a estabilidade da estrutura do json, que só passou a aparecer após implementar a paginação.
Devo me preocupar?
2024-07-12T08:18:42.241-03:00 WARN 2176 --- [api] [nio-8080-exec-1] PageModule$PlainPageSerializationWarning : Serializing PageImpl instances as-is is not supported, meaning that there is no guarantee about the stability of the resulting JSON structure!
For a stable JSON structure, please use Spring Data's PagedModel (globally via @EnableSpringDataWebSupport(pageSerializationMode = VIA_DTO))