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