16 lines
245 B
Markdown
Raw Normal View History

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