Merge branch '1.5.x'

This commit is contained in:
Stephane Nicoll
2017-04-07 10:05:40 +02:00
2 changed files with 10 additions and 10 deletions

View File

@@ -3503,6 +3503,13 @@ persistence for the embedded mode:
spring.data.neo4j.uri=file://var/tmp/graph.db
----
[NOTE]
====
The Neo4j OGM embedded driver does not provide the Neo4j kernel. Users are expected to
provide this dependency manually, see
http://neo4j.com/docs/ogm-manual/current/reference/#reference:getting-started[the documentation]
for more details.
====
[[boot-features-neo4j-ogm-session]]