Posts by Anna • 41 points
2 posts
-
2
votes1
answer345
viewsA: Relationship between Rest Resources with Spring boot
I found the solution in the Post https://stackoverflow.com/questions/3325387/infinite-recursion-with-jackson-json-and-hibernate-jpa-issue , that gave me the expected result. Just use the Annotations…
-
2
votes1
answer345
viewsQ: Relationship between Rest Resources with Spring boot
I’m learning Spring Boot Rest and with a doubt I can’t solve on my own, you could help me? I created the following mapping between Launch and Person entities: Entidade Pessoa: @Entity public class…