spring data jpa 雙向綁定關係的一個錯誤 Cannot call sendError() after the response has been committed

上圖 在團隊列表中進行了關係綁定 團隊用戶 在查詢時報錯   這是雙向關係的一個問題,因爲它們互相引用,在反序列化時,Jackson在無限循環中運行 建議是增加@JsonIgnore關係的一端。 問題解決 如果這解決了問題,您可以查看@ JsonManagedReference / @ JsonBackReference和@JsonIdentityInfo。 https://www.toptal.
相關文章
相關標籤/搜索