1.3 · Lesson

Configure Neo4j Connection

You do not need to manage a driver object, but you still need to put the database connection details somewhere for the application. In Spring applications, this is typically handled in the application.properties file. In this lesson, you will learn how to configure the connection details for your Neo4j database and test the connection.

The library contains some namespaced Full definition for property (opens in a new tab)A named value stored on a node or a relationship. to use for connecting to a database.