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