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

16 lines
193 B
Markdown
Raw Normal View History

2015-12-25 13:32:28 -05:00
## Spring Data Redis
2015-12-25 13:31:31 -05:00
### Relevant Articles:
- [Introduction to Spring Data Redis]
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```