Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
2d169d52
Commit
2d169d52
authored
Apr 07, 2017
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch '1.5.x'
parents
fbd29687
fffb53cc
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
spring-boot-features.adoc
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
+7
-0
README.adoc
...ng-boot-samples/spring-boot-sample-data-neo4j/README.adoc
+3
-10
No files found.
spring-boot-docs/src/main/asciidoc/spring-boot-features.adoc
View file @
2d169d52
...
@@ -3503,6 +3503,13 @@ persistence for the embedded mode:
...
@@ -3503,6 +3503,13 @@ persistence for the embedded mode:
spring.data.neo4j.uri=file://var/tmp/graph.db
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]]
[[boot-features-neo4j-ogm-session]]
...
...
spring-boot-samples/spring-boot-sample-data-neo4j/README.adoc
View file @
2d169d52
...
@@ -11,13 +11,6 @@ spring.data.neo4j.password=secret
...
@@ -11,13 +11,6 @@ spring.data.neo4j.password=secret
You can also locally add the embedded driver to embed Neo4j instead. Note
You can also locally add the embedded driver to embed Neo4j instead. Note
that Spring Boot does not provide dependency management for that GPL-licensed
that Spring Boot does not provide dependency management for that GPL-licensed
library:
library, see
http://docs.spring.io/spring-data/neo4j/docs/4.2.x/reference/html/#reference.getting_started.driver[the official documentation]
```
for more details.
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-embedded-driver</artifactId>
<version>${neo4j-ogm.version}</version>
</dependency>
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment