使用Redis的Spring会话 - NotSerializableException

时间:2018-01-30 15:54:10

标签: spring session redis

我需要使用Redis来存储我的HttpSessions。我按照此link

中提供的说明操作

但我得到以下例外:

org.springframework.data.redis.serializer.SerializationException: Cannot serialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to serialize object using DefaultSerializer; nested exception is java.io.NotSerializableException: org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor

有谁知道如何解决这个问题? 感谢

0 个答案:

没有答案