Spring-Data中@RestResource(exported = false)的确切含义是什么?

时间:2015-06-11 14:53:04

标签: spring neo4j spring-boot spring-data spring-data-neo4j

我看到一组实体上的注释@RestResource(exported=false)在与spring-data-rest存储库一起使用时不会导出此集,而是嵌入实体集而不是呈现url。

这是预期的行为吗?

至少可以说属性exported=false具有误导性吗?该注释的确切语义是什么?

我使用spring-data-rest和neo4j,即我的项目依赖于spring-data-neo4j。

0 个答案:

没有答案