美文网首页
ManyToMany双向关联,发生Stackoverflow

ManyToMany双向关联,发生Stackoverflow

作者: mihope | 来源:发表于2017-12-25 22:45 被阅读14次

    @JsonManagedReference @JsonBackReference

    • @JsonManagedReference is the forward part of reference – the one that gets serialized normally.
    • @JsonBackReference is the back part of reference – it will be omitted from serialization.

    Jackson – Bidirectional Relationships

    How To Solve JSON infinite recursion Stackoverflow

    相关文章

      网友评论

          本文标题:ManyToMany双向关联,发生Stackoverflow

          本文链接:https://www.haomeiwen.com/subject/vxtrgxtx.html