Spring Data Rest - _links
问题 Edit 14/08/14 13:29 My next conclusion is that the hal+json format produced from my @RepositoryRestResource CrudRepository is incorrect. The tutorial (http://spring.io/guides/gs/accessing-data-rest/) shows the output of a hypermedia Rest JPA entity as: (please note there is no "rel" element, and "links" is not an array) { "_links" : { "people" : { "href" : "http://localhost:8080/people{?page,size,sort}" } } } However, the reference docs (http://docs.spring.io/spring-data/rest/docs/1.1.x