Skip to content

Commit

Permalink
OGM-1309 Move the Neo4j db files to its own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Sep 6, 2017
1 parent 4bc16f2 commit 828b9f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neo4j/src/test/resources/hibernate.properties
Expand Up @@ -8,7 +8,7 @@
hibernate.ogm.datastore.provider = ${datastoreProvider}

# Only for embedded
hibernate.ogm.neo4j.database_path = ${project.build.directory}
hibernate.ogm.neo4j.database_path = ${project.build.directory}/neo4jdb/

# Neo4j configuration file
hibernate.ogm.neo4j.configuration_resource_name = ${project.basedir}/src/test/resources/neo4j.conf

0 comments on commit 828b9f4

Please sign in to comment.