Posts by Erick Vinicius • 13 points
1 post
-
1
votes1
answer1575
viewsQ: Receiving object by parameter
I’m using Spring MVC and use some mapping to receive an object for example and access that specific object in controller. For example: @GetMapping("/pessoa/{idPessoa}") public ModelAndView…