Starter for using Neo4j graph database with Spring Data Neo4j in Spring Boot applications.
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-neo4j</artifactId>
<version>4.0.6</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Enable Neo4j auto-configuration in Spring Boot
Use a version matching your Spring Boot version (e.g., 3.x for Boot 3.x).
No dependency data recorded yet.