com.fasterxml.jackson.databind.JsonMappingException

关于javaEE中商品详情页面的显示异常问题

com.fasterxml.jackson.databind.JsonMappingException: Can not instantiate value of type [simple type, class com.taotao.pojo.TbItemDesc] from Integral number (86400); no single-int-arg constructor/factory method
at [Source: 86400; line: 1, column: 1]

这个问题我出现的原因是因为缓存Redis问题。
解决方法:
只需要在Redis缓存中删除缓存,重新加入即可。

你可能感兴趣的:(Redis)