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

Commit 898d74e

Browse files
Fix README.
The readme contained wrong information (title as well as versions).
1 parent 2f2c22b commit 898d74e

File tree

1 file changed

+5
-2
lines changed
  • neo4j-java-driver-test-harness-spring-boot-autoconfigure

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
= neo4j-java-driver-spring-boot-test-harness-4x-support
1+
= neo4j-java-driver-test-harness-spring-boot-autoconfigure
22

33
== Introduction
44

5-
This brings additional support for the Neo4j 4.0 Test Harness to the Driver starter:
5+
This brings additional support for the Neo4j Test Harness to the Driver starter:
66

77
* It brings in the correct dependencies
88
* It provides auto configuration for the Test Harness:
99
** If there's a `Neo4j` bean instance, it configures a corresponding `Driver` bean that uses it
1010
** If the test harness is available and there's no `Neo4j` bean, it creates one and opens a `Driver` instance to it.
11+
12+
The module uses Neo4j 3.5.x Test Harness by default, so that the overall build of this project can stay on JDK 8.
13+
You can however replace the 3.5.x dependencies with the corresponding 4.0 one without further configuration to benefit from Neo4j 4.0.

0 commit comments

Comments
 (0)