springboot对于redis的增删改查

1.下载redis,安装以后,打开redis服务器。不过有绿色版的,直接打开redis服务器可执行文件,启动redis服务器。 2.在pom.xml配置文件中添加redis依赖包 <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-redis</artifact
相关文章
相关标签/搜索