Spring mvc 杰克逊 json

发布于 2024-11-03 19:50:07 字数 242 浏览 0 评论 0原文

我正在尝试将 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

七颜 2024-11-10 19:50:07

将 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文