Error:No converter found for return value of type

版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/shipfei_csdn/article/details/85215452

今天在用springboot写restful service的时候,运行报Error:No converter found for return value of type这个错。

调试了下是因为dto里面,没有写getter、setter方法,加上之后就可以了。

猜你喜欢

转载自blog.csdn.net/shipfei_csdn/article/details/85215452