美文网首页
Springboot启动Redis报错 Could not re

Springboot启动Redis报错 Could not re

作者: Scoor | 来源:发表于2021-11-03 09:26 被阅读0次

    原因是因为Redis存入的对象类型为com.abc.d包下面的对象,读取时该包的对象已被移除,导致JAVA报错

    解决方式:

    通过remove删除redis中对象

    相关文章

      网友评论

          本文标题:Springboot启动Redis报错 Could not re

          本文链接:https://www.haomeiwen.com/subject/zlpqzltx.html