1
我有一個實體one-to-many relationship
(例如Person o->m Book
)。如果我想用控制器中的書取人,它會導致遞歸。 @JsonIgnore
by FasterXML
有幫助,但如果我想bidirectional
無遞歸提取,該怎麼辦。例如提取Person with Books
和提取Book with Persons
?Spring MVC/Spring Data data fetch遞歸