16 lines
245 B
Markdown
16 lines
245 B
Markdown
|
## 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
|
||
|
```
|
||
|
|