springboot springdata jpa 整合redis做爲緩存使用

pom: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency>   在你的應用啓動類上邊 添加以下註解html   在你的service實現類上邊添加該註解 並設置緩存名稱 redis
相關文章
相關標籤/搜索