spring-data-graph

use WrappingNeoServerBootstrapper with spring-data-neo4j

丶灬走出姿态 提交于 2019-11-28 02:22:23
问题 Is it possible to use the WrappingNeoServerBootstrapper with spring-data-neo4j? When using an embedded database without spring-data-neo4j, one can use a WrappingNeoServerBootstrapper to enable the REST-interface and the Webadmin. I use spring-data-neo4j and an embedded db ( <neo4j:config storeDirectory="target/graph.db"/> in spring context) and would like to use the webadmin and rest-interface. Is there any way to accomplish this? I am also wondering if spring-data-neo4j-rest handles