JAXRS client can't find message body writer

后端 未结 3 1444
旧时难觅i
旧时难觅i 2020-12-06 21:29

I have a jaxrs client configured like this:



        
3条回答
  •  一个人的身影
    2020-12-06 22:07

    If you are using Jackson JSON library you need to add these xml tags to your application context.

    
    
    
    

    If you are using any other library add that bean to the providers tag. Hope that helps!

提交回复
热议问题