Spring-data-rest NullPointerException on OneToMany relationship
问题 I'm developing an app with spring-data-rest. On each OneToMany relationship I have, when I try to access the elements of the collection using the link on the One side, I get a NullPointerException . I've reported this on the spring-data-rest Jira, and it's still unresolved. What I want to know is if someone has a OneToMany relationship that works properly on spring-data-rest, and the differences between the way the relationship is established on the working code and mine. Following, the java