Skip to content

Files

Latest commit

Nov 6, 2017
60afbdc · Nov 6, 2017

History

History
This branch is 38814 commits behind spring-projects/spring-boot:main.

spring-boot-sample-data-neo4j

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Nov 6, 2017
Apr 7, 2017
Oct 4, 2017

Spring Boot Neo4j Sample

This sample demonstrates the integration of Neo4j with a simple entity. It expects a Neo4j instance running on localhost. If your neo4j instance requires authentication, update application.properties with your credentials:

spring.data.neo4j.username=neo4j
spring.data.neo4j.password=secret

You can also locally add the embedded driver to embed Neo4j instead. Note that Spring Boot does not provide dependency management for that GPL-licensed library, see the official documentation for more details.