Challenge: Create Person repository and controller
3.5 · Challenge

Challenge: Create Person repository and controller

Your challenge is to create a Person repository interface and controller class to access the person entities in the database. Then, you will check your work by testing the application and finding a person Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties..

In the src/main/java/com/example/appspringdata directory, create an interface called PersonRepository.java that extends the Neo4jRepository interface with the appropriate domain and identifier types.