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

16 lines
245 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:
2016-02-29 19:02:46 -05:00
- [Introduction to Spring Data Redis](http://www.baeldung.com/spring-data-redis-tutorial)
2015-12-25 13:31:31 -05:00
### Build the Project with Tests Running
```
mvn clean install
```
### Run Tests Directly
```
mvn test
```