Posts by Everton Molina • 1 point
2 posts
-
0
votes1
answer20
viewsA: client resttemplate passes object with data collection, however api Rest only receives the main object
solved, I managed to find the solution, there was a class that was looped in json, I searched in the book Beginning Spring Boot 2, and put some indicated notations, such as Generator =…
-
-1
votes1
answer20
viewsQ: client resttemplate passes object with data collection, however api Rest only receives the main object
I have a class with a list of another object, but the api only takes the main object @Entity public class Vendacabecalho implements Serializable { private static final long serialVersionUID = 1L;…