Spring Boot 2.0.6中的“找不到类型错误的返回值转换器”

时间:2018-10-28 01:50:20

标签: java spring-boot

我遇到了一个我认为会被很多人看到的问题。我用Google搜索了几个小时,到目前为止还没有任何线索。

问题是,当我按照Spring Boot的“ 101”课程学习时,别无其他,我的工作是创建一个模型类,并使用@RestController返回JSON格式POJO,我完成了这两项工作(在IntelliJ和MyEclipse上),当我使用2.0.5.RELEASE时,一切都很好,我可以得到以下JSON输出:

enter image description here

当我将“ spring-boot-starter-parent”更改为2.0.6.RELEASE时,它不再能够输出正确的JSON对象:

enter image description here

在IDE的控制台中,它显示:

  

2018-10-28 09:15:33.496 WARN 16784 --- [nio-8080-exec-1] .wsmsDefaultHandlerExceptionResolver:已解决[org.springframework.http.converter.HttpMessageNotWritableException:找不到用于返回值的转换器类型:com.wulala.totalconfused.model.Greeting类

什么...

第101课应该很简单,对吧?

0 个答案:

没有答案