背景:使用Java8、redis、缓存注解下的bean的时间类型为LocalDateTime。查询之后缓存,报错如下:
org.springframework.data.redis.serializer.SerializationException: Could not read JSON: Can not construct instance of java.time.LocalDateTime: no suitable constructor found, can not deserialize from Object value (missing default constructor or creator, or perhaps need to add/enable type information?)
at [Source: [B@68d651f2; line: 1, colu