我已经为 JPA 实体声明了 pagingandSortingRepository 并且对 findall() 的响应如下
"_embedded" : {
"assetDashboardCustomers" : [ {
"utilization" : "80",
"_links" : {
"self" : {
"href" : "http://localhost:8080/utilbycustomer/Customer01"
},
"assetDashboardCustomer" : {
"href" : "http://localhost:8080/utilbycustomer/Customer01"
}
}
},
我不想要 _links 和 self [HATEOAS] 详细信息,而只想要普通的 JSON。我应该设置什么属性才能在响应中获得纯 JSON