Skip to content
This repository was archived by the owner on Sep 1, 2023. It is now read-only.

Commit 3fe88fa

Browse files
Polishing.
1 parent 8c5e805 commit 3fe88fa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

docs/examples/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class SimpleApplication {
3737
}
3838
----
3939

40-
== Support for Visual Studio Remote Containers
40+
=== Support for Visual Studio Remote Containers
4141

4242
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].
4343
Please follow the instructions at the link above for setting up your Visual Studio Code environment.

docs/manual/intro.adoc

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@ The starter is for you.
3030
The automatic configuration for SDN-RX is dependent on this starter, so it is already there and you would use exactly
3131
the same as described in this manual to configure your connection
3232
* [*] _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].
3637

3738
== Does it work with the 1.7 series of the driver?
3839

examples/ogm-integration/README.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[neo4j-ogm-integration]]
12
= Neo4j-OGM Integration
23

34
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

Comments
 (0)