Skip to content

Parâmetro "sort" no Swagger esta errado #64

Description

@rcsim

Parâmetro sort no Swagger esta errado e fixo:
Atual: http://localhost:8080/dependent?page=0&size=1&sort=string

Correto (default): http://localhost:8080/dependent?page=0&size=1&name=string

O ideal é deixar configurável pelo usuário.

Atualmente não é possível usar o verbo Get via Swagger devido ao problema acima:

`2023-09-02T10:58:03.858-03:00 ERROR 5976 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed: org.springframework.data.mapping.PropertyReferenceException: No property 'string' found for type 'Dependent'] with root cause

org.springframework.data.mapping.PropertyReferenceException: No property 'string' found for type 'Dependent'`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions