Spring Data module for Neo4j graph database providing object-graph mapping and repository support.
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>8.0.5</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Define a Spring Data Neo4j repository for a Person entity.
Use the recommended Neo4j Java driver version specified in the Spring Data Neo4j documentation.
No dependency data recorded yet.