No message body writer has been found for response class ArrayList

前端 未结 7 1512
北荒
北荒 2020-12-09 19:21

While I am trying to return List its throwing No message body writer has been found for response class ArrayList.

I have code as follows:

@POST 
@Pat         


        
7条回答
  •  轮回少年
    2020-12-09 19:52

    To avoid the wrapping, one can use Jackson. On how to do it, you can follow my answer for a similar question.

提交回复
热议问题