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)
很难发现,出现的错误有
2. or any of its super class is known to this context
很容易以为是别的错误,实际上就是缺少@Produces(MediaType.APPLICATION_JSON)