Idea启动若依前后分离版报错 captchaController

Posted 吃瓜青蛙

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Idea启动若依前后分离版报错 captchaController相关的知识,希望对你有一定的参考价值。

整体的报错信息
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘captchaController’: Unsatisfied dependency expressed through field ‘configService’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘sysConfigServiceImpl’: Invocation of init method failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is org.springframework.data.redis.connection.PoolException: Could not get a resource from the pool; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379
其实是Redis连接失败,我的项目运行在本地,启动Redis即可,注意配置信息要正确

Redis 可以手动启动和设置成服务开机自动启动,安装与配置具体看这里
Redis 安装与配置

以上是关于Idea启动若依前后分离版报错 captchaController的主要内容,如果未能解决你的问题,请参考以下文章

Idea启动若依前后分离版报错 captchaController

Idea启动若依前后分离版报错 captchaController

手把手教你启动若依前后端分离项目

RuoYi(若依开源框架)-前后台分离版-idea搭建运行

git下载若依开源框架,在idea上启动项目

若依后台管理系统,前后端分离项目,输入npm install 报错node-sass@4.13.1 postinstall:`node scripts/build.js` Failed at the