This repository was archived by the owner on Sep 1, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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-
1818A 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
2327This starter provides a convenient way to configure all aspects of the Neo4j-Java-Driver from within a Spring Boot application.
You can’t perform that action at this time.
0 commit comments