This repository was archived by the owner on May 31, 2022. It is now read-only.
This repository was archived by the owner on May 31, 2022. It is now read-only.
MethodNotFoundException occurred while store token with redis #1230
Closed
Description
the exception was
Handling error: NestedServletException, Handler dispatch failed; nested exception is java.lang.NoSuchMethodError: org.springframework.data.redis.connection.RedisConnection.set([B[B)V
Env:
- Spring Boot M6
- Spring Data Redis 2.0.1.RELEASE
- Spring Cloud Finchley.M4
Code throws which throws exception blow:
line 157 conn.set(accessKey, serializedAccessToken);