The objective is a minimalistic approach using OOTB Spring Boot features as RAD with minimal config to get a neo4j connection and query entities
To start the application, simply type: mvn spring-boot:run
You can import the project as a maven project on any IDE and run it from the IDE using the main() method on the Application class.
Requirements:
- A running neo4j instance. To adjust database connection settings, update the application.properties file.