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

Commit 57df8b7

Browse files
Prepare release.
1 parent f5bb237 commit 57df8b7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.adoc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
// tag::properties[]
44
:groupId: org.neo4j.driver
55
:artifactId: neo4j-java-driver-spring-boot-starter
6-
:neo4j-java-driver-spring-boot-starter_version: 4.0-SNAPSHOT
6+
:neo4j-java-driver-spring-boot-starter_version: 4.1.1.0
77
:spring-boot_version: 2.3.2.RELEASE
88
:neo4j_version: 4.0.7
99
:config_prefix: org.neo4j.driver
@@ -18,6 +18,10 @@ image:https://img.shields.io/maven-central/v/org.neo4j.driver/neo4j-java-driver-
1818
A Spring Boot starter with automatic configuration for the https://github.com/neo4j/neo4j-java-driver[Neo4j Java Driver].
1919
--
2020

21+
IMPORTANT: This project will be superseded by the automatic configuration Spring Boot 2.4.
22+
Spring Boot 2.4 will include the same means of configuring a standalone Neo4j Driver instance, including the same health checks.
23+
There will be a dedicated starter for Spring Data Neo4j 6 (formerly known as SDN/RX).
24+
2125
== Introduction
2226

2327
This starter provides a convenient way to configure all aspects of the Neo4j-Java-Driver from within a Spring Boot application.

0 commit comments

Comments
 (0)