This application’s goal is to provide a minimum REST API functionality for using Spring Data Neo4j with SpringBoot and Neo4j graph database. The project uses the following technologies:
-
Spring Data Neo4j 6
-
Spring Boot (version 2.5.5)
The data set uses the pizza menu data set (a Neo4j favorite), describing toppings, crust and size connected to them (cheese, ham, etc).
-
Developer Guide: Spring Data Neo4j
-
Documentation: Spring Data Neo4j