문제의 오류들
ERROR [File:DirectJDKLog.java][Func:log] [Line:175]Message:Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379] with root cause]- Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost:6379] with root cause
io.lettuce.core.RedisCommandExecutionException: NOAUTH Authentication required.
해결 방법
1. RedisConfig 수정
2. yml 수정
참고 사이트
https://godd.tistory.com/37