Search code examples
eclipsemacosneo4jspring-data-graphspring-data-neo4j

spring-data-neo4j not using workspace directory for storeDirectory


My different example projects are working well, but the database is stored in my Eclipse application itself. I am using Eclipse on OSX, so are there any known problems? Did anyone have the same problem so far?

I did specify the path with:

<neo4j:config storeDirectory="target/neo.db" />

Solution

  • Have you tried setting an absolute location like /tmp/mydb ?