You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 14, 2023. It is now read-only.
So far we can use some level of pagination (Page,java) and even some methods in the service level allow at this point we just need to read them from the request > parse and use them.
Maybe even inherit from Pageable so this same class can be used in a repository in a future.
The text was updated successfully, but these errors were encountered:
the proposal is to remove the install Page class replace it with org.springframework.data.domain.Pageable and manually get the values to build it in the funcional endpoints
So far we can use some level of pagination (Page,java) and even some methods in the service level allow at this point we just need to read them from the request > parse and use them.
Maybe even inherit from Pageable so this same class can be used in a repository in a future.
The text was updated successfully, but these errors were encountered: