2016-09-27 12:24:47 +03:00

16 lines
242 B
Markdown

## Spring Data Neo4j
### Relevant Articles:
- [Introduction to Spring Data Neo4j](http://www.baeldung.com/spring-data-neo4j-intro)
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```