Spring Data Neo4j Building Blocks
1.2 · Lesson

Spring Data Neo4j Building Blocks

The primary goal of the Spring Data project is to make it easier to build Spring-powered applications to integrate with data access technologies.

The Spring Data Neo4j (SDN) library aims to provide a familiar and consistent Spring-based programming model for integrating with the Neo4j graph database. There are several ways to go about creating a Spring Data Neo4j project, but this course uses Spring Boot for the automatic configuration and (especially) the dependency management.