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即可,注意配置信息要正确

 

猜你喜欢

转载自blog.csdn.net/m0_67094505/article/details/127839682