java-tutorials/spring-data-neo4j/README.md

16 lines
245 B
Markdown
Raw Normal View History

2016-05-08 15:03:59 -04:00
## Spring Data Neo4j
2016-05-04 13:25:34 -04:00
### Relevant Articles:
2016-05-08 15:03:59 -04:00
- [Introduction to Spring Data Neo4j](http://www.baeldung.com/spring-data-neo4j-tutorial)
2016-05-04 13:25:34 -04:00
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```