标签:col arch arc rop ring bubuko 成功 配置文件 window
Windows下安装:
https://github.com/MicrosoftArchive/redis/releases
zip下就解包到自定义目录下,msi就跟着步骤安装
进入安装目录下运行命令,
redis-server.exe redis.windows.conf
如上图就表示成功安装
doc: https://spring.io/projects/spring-data-redis
依赖:
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency>
配置文件application.properties:
spring.redis.host=127.0.0.1 spring.redis.port=6379
标签:col arch arc rop ring bubuko 成功 配置文件 window
原文地址:https://www.cnblogs.com/jj81/p/9785032.html