Spring Data REST returns http 405 asking for List of nested resources
问题 I'm using Spring Boot 1.5.7, Spring Data REST, Spring HATEOAS, Hibernate, Spring Validation, Swagger. I'm exposing all my repositories via Spring Data REST. It works quite fine but I've a problem when I expose a nested list of objects. Let's see this example: @Entity public class TicketBundle extends AbstractEntity { @OneToMany(cascade = CascadeType.ALL, orphanRemoval = true, fetch = FetchType.LAZY,mappedBy="ticketBundle") @OnDelete(action = OnDeleteAction.NO_ACTION) private List