Could not find MessageBodyWriter for response object of type: java.util.ArrayList of media type: text/html - in Resteasy

前端 未结 7 2043
傲寒
傲寒 2021-02-18 15:39

I am developing RESTEasy Example. In this example I am using all latest dependencies and deploying om tomcat 8.x version. I can successfully deploy the applicat

7条回答
  •  逝去的感伤
    2021-02-18 16:29

    Try to add particular version of serializer

        
            org.jboss.resteasy
            resteasy-jackson-provider
            ${resteasy.version}
        
    

提交回复
热议问题