Spring Boot使用redis做數據緩存

1 添加redis支持 在pom.xml中添加 Xml代碼   <dependency>             <groupId>org.springframework.boot</groupId>             <artifactId>spring-boot-starter-redis</artifactId>         </dependency>     2 redis配置
相關文章
相關標籤/搜索