neo4j-examples/atomist-spring-neo4j

Name: atomist-spring-neo4j

Owner: Neo4j Examples

Description: Example Project demonstrating Atomist Editors for Spring Boot with Neo4j

Created: 2016-10-04 07:19:51.0

Updated: 2017-04-14 21:56:50.0

Pushed: 2016-10-05 00:38:38.0

Homepage: null

Size: 93

Language: Java

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

atomist-spring-neo4j microservice

Originally created on 2016-10-04.

Example Project demonstrating Atomist for Spring Boot with Neo4j

To run locally

This Spring Boot microservice is driven using Maven. To run locally simply execute the following from the command line:

mvnw spring-boot:run
To run tests

This microservice comes with some rudimentary tests as a good starting point for writing your own. Use the following command to execute the tests using Maven:

mvnw test

There is a single Person entity, which has name and born properties and a KNOWS relationships that's mapped to a friends field.

Person is exposed through 3 controller methods for listing, creating people and for adding friends.

By default, Spring Data Neo4j connects to a local Neo4j server running on http://localhost:7474 You have to configure your password in application.properties.


Created by Atomist. Need Help? Join our Slack team


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.