如何禁用HAL @RepositoryRestResource链接?

时间:2016-02-04 15:49:48

标签: java spring spring-data-rest spring-rest

我使用@RepositoryRestResource通过@Entity快速公开spring-data-rest个对象。

问题:是否可以停用_links响应中的所有self href json个链接?

  "_links" : {
    "self" : {
      "href" : "http://localhost:8080/people{?page,size,sort}",
      "templated" : true
    },
    "search" : {
      "href" : "http://localhost:8080/people/search"
    }
  },
  "_embedded" : {
    "persons" : [ {
     [...]

0 个答案:

没有答案