springboot springdata jpa 整合redis做为缓存使用

pom: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency>   在你的应用启动类上边 添加以下注解html   在你的service实现类上边添加该注解 并设置缓存名称 redis
相关文章
相关标签/搜索