jersey使用json输出,但是少了produces(mediaType.application_json的后果

很难发现,出现的错误有

1.JAXB. IllegalAnnotationExceptions

2. or any of its super class is known to this context

 

很容易以为是别的错误,实际上就是缺少@Produces(MediaType.APPLICATION_JSON)

posted on 2014-07-14 21:00  starfuxks  阅读(3842)  评论(0)    收藏  举报

导航