You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 1, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/examples/index.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,7 @@ public class SimpleApplication {
37
37
}
38
38
----
39
39
40
-
== Support for Visual Studio Remote Containers
40
+
=== Support for Visual Studio Remote Containers
41
41
42
42
To make playing with the examples a bit easier, we have support for https://code.visualstudio.com/docs/remote/remote-overview[VS Code Remote Development].
43
43
Please follow the instructions at the link above for setting up your Visual Studio Code environment.
Copy file name to clipboardExpand all lines: docs/manual/intro.adoc
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,9 +30,10 @@ The starter is for you.
30
30
The automatic configuration for SDN-RX is dependent on this starter, so it is already there and you would use exactly
31
31
the same as described in this manual to configure your connection
32
32
* [*] _You have the previous generation of Spring Data Neo4j or Neo4j-OGM?_
33
-
While you cannot use the 4.0.x line of this starter, as Spring Data Neo4j + OGM is based on the previous generation of the Java driver,
34
-
you can use the 1.7.x line of this starter. This configures a bean of the previous generation of the Neo4j driver and
35
-
also configures Neo4j-OGM to use that bean instead of an internal one.
33
+
Use the 4.0.x line of this starter with Spring Boot 2.2.x, Spring Data Neo4j 5.2.x and Neo4j-OGM 3.2.x.
34
+
Use the 1.7.5.x line of this starter with Spring Boot 2.1.x, Spring Data Neo4j 5.1.x and Neo4j-OGM 3.1.x.
35
+
Spring Boot recognizes the driver bean created by this starter and configures Neo4j-OGM accordingly. We also have an <<neo4j-ogm-integration,example for that.>>.
36
+
For reference see the https://github.com/neo4j/neo4j-ogm/wiki/Versions[Neo4j-OGM compatibility matrix].
36
37
37
38
== Does it work with the 1.7 series of the driver?
Copy file name to clipboardExpand all lines: examples/ogm-integration/README.adoc
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,4 @@
1
+
[[neo4j-ogm-integration]]
1
2
= Neo4j-OGM Integration
2
3
3
4
The current Spring Boot starter you get on https://start.spring.io/#!type=maven-project&language=java&platformVersion=2.2.5.RELEASE&packaging=jar&jvmVersion=1.8&groupId=com.example&artifactId=demo&name=demo&description=Demo%20project%20for%20Spring%20Boot&packageName=com.example.demo&dependencies=data-neo4j[start.spring.io] recognizes the driver bean created by this starter here.
0 commit comments