springboot集成redis集群(带密码并序列化)

pom配置 经常使用的springboot配置就不贴了,下面只贴redis有关的node <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency> application.properties
相关文章
相关标签/搜索