抽象的后端
Connection refused: no further information
出现这条代码的核心是你使用redis,但是本地没有开启redis服务
如何启动redis服务
第一步:确定你安装了对应的框架
以spring为例
<dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-redis</artifactId> </dependency>
第二步:打开redis文件夹,找到蓝线.exe文件,双击
原文地址:https://blog.csdn.net/c_yanxin_ru/article/details/136309493
免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!