大家好,又见面了,我是你们的朋友全栈君。
the method mergeFrom(byte[], T, Schema<T>) in the type is not applicable for the。。。。。
如果出现以上报错,说参数类型不匹配,RuntimeSchema和Schema类型无法转换,有很大的概率是倒包倒错了。
要注意,需要导入的是:
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.5.2</version>
</dependency>
<!– https://mvnrepository.com/artifact/io.protostuff/protostuff-runtime –>
<dependency>
<groupId>io.protostuff</groupId>
<artifactId>protostuff-runtime</artifactId>
<version>1.5.2</version>
</dependency>
而不是:
<!– https://mvnrepository.com/artifact/com.dyuproject.protostuff/protostuff-core –>
<dependency>
<groupId>com.dyuproject.protostuff</groupId>
<artifactId>protostuff-core</artifactId>
<version>1.0.12</version>
</dependency>
注意groupId是io.protostuff,不是com.dyuproject.protostuff。
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/133798.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...