Spring Boot(七)集成Spring Cache 和 Redis

在Spring Boot中添加spring-boot-starter-data-redis依赖:

<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency>

内容版权声明:除非注明,否则皆为本站原创文章。

转载注明出处:https://www.heiqu.com/wpwwyy.html