小编Car*_*eto的帖子

如何在Spring Boot JSON对象中使用@ Produces

是否可以在 Spring Boot 中对 JSON 对象使用 @ Produces ?或者还有另一种方法来实现这一点:

JSONObject J_Session = new JSONObject();
J_Session.put("SESSION_ID_J", session_jid);
J_Session.put("J_APP", "J");
J_Session.put("REST_ID_J", rest_id);
Run Code Online (Sandbox Code Playgroud)

json annotations spring-boot

4
推荐指数
1
解决办法
4万
查看次数

标签 统计

annotations ×1

json ×1

spring-boot ×1