java.lang.IllegalArgumentException: No converter found for return value of type:
Posted wanerhu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了java.lang.IllegalArgumentException: No converter found for return value of type:相关的知识,希望对你有一定的参考价值。
java.lang.IllegalArgumentException: No converter found for return value of type:
本人使用了阿里的fastson,结果出错,改成Jackson,错误解决
在pom文件中加入依赖
<dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> <version>2.8.8</version> </dependency>
加入之后出现依赖的jar包
以上是关于java.lang.IllegalArgumentException: No converter found for return value of type:的主要内容,如果未能解决你的问题,请参考以下文章