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

16 lines
245 B
Markdown
Raw Normal View History

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