Springboot整合redis

注解方式使用Redis缓存 Pom.xml文件引入依赖 <dependency>        <groupId>org.springframework.boot</groupId>        <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> application.properties中redis的配置
相关文章
相关标签/搜索