Spring mvc 杰克逊 json
我正在尝试将 JQuery 与 JSP 和 Spring MVC 一起使用。在我正在处理的示例中,给出了
// @ResponseBody will automatically convert the returned value into JSON format
// You must have Jackson in your classpath
如何将 Jackson 添加到类路径?它有什么用?
I'm trying to use JQuery with JSP ang Spring MVC. In the example I'm working on, it is given that,
// @ResponseBody will automatically convert the returned value into JSON format
// You must have Jackson in your classpath
How to add Jackson to classpath? What is its use?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
将 jackson json 库添加到您的构建路径和 Web 应用程序库中。需要将POJO序列化为json
Add jackson json library to your build path and web app library. It is required to serialize the POJO to json