1.项目启动报错

    io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.

  2.通过大概意思可以看出是redis设置了密码,需要密码配置

    在springboot的redis配置文件中加入密码验证 spring.redis.password=123456

    再次启动问题解决

 

 

 


      


posted on 2021-06-07 11:04  upupup-999  阅读(196)  评论(0)    收藏  举报