17 lines
428 B
Markdown
17 lines
428 B
Markdown
## Spring Data Redis
|
|
|
|
### 相关文章:
|
|
- [介绍 Spring Data Redis](https://www.ossez.com/t/spring-data-redis/14299)
|
|
- [PubSub Messaging with Spring Data Redis](https://www.baeldung.com/spring-data-redis-pub-sub)
|
|
- [An Introduction to Spring Data Redis Reactive](https://www.baeldung.com/spring-data-redis-reactive)
|
|
|
|
### 构建项目并且运行所有的测试
|
|
```
|
|
mvn clean install
|
|
```
|
|
|
|
### 只运行测试
|
|
```
|
|
mvn test
|
|
```
|