spring-boot/spring-boot-samples/spring-boot-sample-data-neo4j
Phillip Webb 2855010841 Fix sample POMs
Update sample POMs to follow CI friendly Maven conventions.

See gh-9316
2017-10-04 16:34:39 -07:00
..
src Start building against Neo4j OGM 3.0.0 snapshots 2017-03-22 15:24:49 +00:00
README.adoc Fix neo4j embedded documentation 2017-04-07 10:04:41 +02:00
pom.xml Fix sample POMs 2017-10-04 16:34:39 -07:00

README.adoc

= 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
http://docs.spring.io/spring-data/neo4j/docs/4.2.x/reference/html/#reference.getting_started.driver[the official documentation]
for more details.