欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

Infinite Recursion with Jackson JSON and Hibernate JPA issue  

程序员文章站 2024-03-20 18:37:52
...

实体对象双向关联时,在生成json时,会导致堆栈溢出。可以用@JsonIngore来解决,注意要打在getter方法上。

 

You may use @JsonIgnore to break the cycle.

来源:http://*.com/questions/3325387/infinite-recursion-with-jackson-json-and-hibernate-jpa-issue