@PartType无法解析
我不知道在使用 Resteasy 输出 multipart/mixed
数据时应该包含哪个库才能使用 @PartType("application/json")
注释。
I don't know what library I should include to be able to use @PartType("application/json")
annotation when outputing multipart/mixed
data with resteasy.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用 maven,请将此依赖项添加到您的 pom.xml:
如果您不使用 maven,请将resteasy-multipart-provider-2.2.1.GA.jar 添加到您的类路径。
If you're using maven, add this dependency to your pom.xml:
If you're not using maven, add the resteasy-multipart-provider-2.2.1.GA.jar to your classpath.