Spring Data neo4j Tutorial - 01 The first application

Опубликовано: 26 Июль 2026
на канале: ZenMaster IT Tutorials
5,932
81

In this episode I will set up an application using Spring Data neo4j from the ground up.

Cypher Data: https://github.com/mgZenMaster/spring...
Setting up neo4j on Docker:    • neo4j on docker - Tutorial (english)  
Setting up a no4j Sandbox:    • neo4j and Cypher Quickstart Tutorial (engl...  

Type mapping between neo4j Cypher and Java: https://neo4j.com/docs/java-manual/cu...
Repo with the finished code example: https://github.com/mgZenMaster/spring...

00:00 Build the template with Spring Inizializr
02:20 Run the docker container
03:37 Insert the project data into the database
05:47 Create the POJOs
06:34 Type mapping between neo4j Cypher and Java https://neo4j.com/docs/java-manual/cu...
08:58 Annotating the POJOs
12:21 Creating a Repository
13:34 Putting connection information into application.properties
15:09 Set up the application class to run code on startup
18:40 Accessing the properties of the relationships