Hi all.
Let's assume I have two entities Student and Book. One student could have many books.
Student.java
Book.java
I also have next repositories:
My services are looking like this:
And controller:
I insert few
test records to DB, so when I put next url
in browser, I see a lot of the same nested data:
What is wrong with my mapping?
Thanks in advance.