赞
踩
使用springboot整合redis报错:
org.springframework.data.redis.RedisSystemException: Error in execution; nested exception is io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.
报错的原因是没有在springboot配置文件中添加redis的密码或者密码错误
在Redis的安装目录 redis.windows.conf 文件中找到requirepass后面的一串就是密码添加到springboot的配置文件中即可
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。