码迷,mamicode.com
首页 > 编程语言 > 详细

kryo高速序列化坑,springboot版本是2.2.1.RELEASE

时间:2019-11-27 00:40:39      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:序列化   software   except   init   could   nbsp   ase   ali   提供者   

可能是版本号不对应(我是用的springboot版本是2.2.1.RELEASE),在使用

<dependency>
    <groupId>de.javakaffee</groupId>
    <artifactId>kryo-serializers</artifactId>
    <version>0.45</version>
</dependency>

的时候服务提供者和消费者必须增加以下依赖:
<dependency>
    <groupId>com.esotericsoftware</groupId>
    <artifactId>kryo</artifactId>
    <version>4.0.2</version>
</dependency>

否则会报错:

Caused by: com.alibaba.dubbo.remoting.RemotingException: Failed to send message Request
Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.alibaba.dubbo.common.serialize.kryo.utils.KryoUtils

 

kryo高速序列化坑,springboot版本是2.2.1.RELEASE

标签:序列化   software   except   init   could   nbsp   ase   ali   提供者   

原文地址:https://www.cnblogs.com/sdu-Jumper/p/11939132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!