Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neo4j-examples/atomist-spring-neo4j
Example Project demonstrating Atomist Editors for Spring Boot with Neo4j
https://github.com/neo4j-examples/atomist-spring-neo4j
Last synced: about 2 months ago
JSON representation
Example Project demonstrating Atomist Editors for Spring Boot with Neo4j
- Host: GitHub
- URL: https://github.com/neo4j-examples/atomist-spring-neo4j
- Owner: neo4j-examples
- Archived: true
- Created: 2016-10-04T07:19:51.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-10-05T00:38:38.000Z (over 8 years ago)
- Last Synced: 2024-08-04T20:03:20.605Z (6 months ago)
- Language: Java
- Size: 90.8 KB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-atomist - Neo4j with Atomist - Example Project demonstrating Atomist Editors for Spring Boot with Neo4j (United Kingdom)
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:
```shell
> ./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:
```shell
> ./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`.![](graph-view.jpg)
---
Created by Atomist. Need Help? Join our Slack team