标签: spring neo4j spring-boot spring-data spring-data-neo4j
我看到一组实体上的注释@RestResource(exported=false)在与spring-data-rest存储库一起使用时不会导出此集,而是嵌入实体集而不是呈现url。
@RestResource(exported=false)
这是预期的行为吗?
至少可以说属性exported=false具有误导性吗?该注释的确切语义是什么?
exported=false
我使用spring-data-rest和neo4j,即我的项目依赖于spring-data-neo4j。