Jersey + Json media type application/json was not found

前端 未结 15 1063
轻奢々
轻奢々 2020-12-06 01:03

I am trying with simple Jersey + JSON example but I get following error message body writer for Java class com.test.jsonexample and MIME media type application/json w

15条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-06 01:36

    Include this dependencies in your POM.xml and run Maven -> Update

    
        com.sun.jersey
        jersey-json
        1.18.1
    
    
       com.owlike
       genson
       0.99
    
    

提交回复
热议问题