Search code examples
neo4jspring-data-neo4j-4neo4j-ogm

how to enable remote shell with embedded db on SDN4?


Hi I'm using the following configuration

 driver=org.neo4j.ogm.drivers.embedded.driver.EmbeddedDriver
 URI=file:///data/graph

in ogm.properties file

how can i enable remote shell with it?

thanks


Solution

  • There's no way to pass custom configuration to the embedded driver. Please feel free to open a feature request at https://github.com/neo4j/neo4j-ogm/issues