Posts by Afro Nunes • 11 points
1 post
-
1
votes1
answer84
viewsQ: Retrieve Bigdecimal Value from @Pathparam
I have the following call http://localhost:8080/app-teste/produto/1234/76.60 and I want to recover like this: @Get("/{produtoDto.codBarras}/{preco}") public void produtoComPreco(ProdutoDto…