Quote of the Day

more Quotes

Categories

Buy me a coffee

All posts in "Spring Framework"

Backend API with Spring Boot, Spring Data and Neo4j.

Published April 12, 2018 in Neo4j , Spring Framework - 0 Comments

Spring Boot has made it simpler than ever to get setup with Neo4j. Pretty much the only dependency you need to get started is theĀ spring-boot-starter-data-neo4j, which includes a number of other Spring dependencies for all Spring magics, and neo4j ogm dependencies.

Three key players involve in the configurations for connecting to neo4j and doing data access operations utilizing Spring: Transaction Manager, SessionFactory and Configuration.

Continue reading