Posts by Gomes Adams • 11 points
2 posts
-
1
votes1
answer281
viewsA: Spring MVC REST JSON
Guys solved the problem, Create a vo for each entity of mine public class ConsumerVo{ private int id; private String address; private String city; private String cityUf; private int codePostal;…
-
0
votes1
answer281
viewsQ: Spring MVC REST JSON
Having a problem, in my controller when I have some entity with relationship it does not return me the JSON, already try to put the @Jsonignore get us the entity references but nothing, follow the…