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 Jan 24, 2024. It is now read-only.
public class QueryParams {
public QueryParam("page") @Min(0) Integer page;
public @Min(1) @Max(1000) @QueryParam("size") Integer size;
public @QueryParam("orderBy") String orderBy;
public @QueryParam("search") String search;
}
Then we can try changing the getRegistries method to
Then we can try changing the getRegistries method to
The text was updated successfully, but these errors were encountered: