异常:Cannot serialize; nested exception is
org.springframework.core.serializer.support.SerializationFailedException:Failed
to serialize object using DefaultSerializer; nested exception is
java.io.NotSerializableException: xxx

解决方案:

实体实现序列化

class xxx implements Serializable

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-26
  • 2021-12-29
  • 2021-08-18
  • 2021-06-28
  • 2022-12-23
猜你喜欢
  • 2023-03-15
  • 2021-10-09
  • 2022-12-23
  • 2023-03-20
相关资源
相似解决方案