如截图所示,如果要缓存的数据是String类型,能正常放进去
但是如果是个非String类型,比方说是个List类型,它就会报错,java.util.List cannot be cast to java.lang.String
debug了一下是在org.springframework.cache.interceptor.AbstractCacheInvoker里的doPut方法里报的RunTimeException,如图
这个类型转换不成功,是哪里配置不对么?实在找不出来具体的报错地方是哪里,有人知道的请帮忙看看。。。。
添加回答
举报
0/150
提交
取消