Add Neo4j support

See gh-5458
This commit is contained in:
Michael Hunger
2015-09-02 08:57:37 +02:00
committed by Stephane Nicoll
parent a413acee8b
commit 0658cc8aee
33 changed files with 1565 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
spring.data.neo4j.driver=org.neo4j.ogm.drivers.embedded.driver.EmbeddedDriver
spring.data.neo4j.domain.packages=sample.data.neo4j
spring.data.neo4j.session.lifetime=prototype