-
Notifications
You must be signed in to change notification settings - Fork 2
Description
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'`