No message body writer has been found for response class ArrayList

前端 未结 7 1517
北荒
北荒 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:49

    I've solved it using JacksonJaxbJsonProvider. No Java code needs to be modified. Just few changes in Spring context.xml and Maven pom.xml, see https://stackoverflow.com/a/30777172/1245231

提交回复
热议问题