NULL
博文链接:https://zzc1684.iteye.com/blog/2210510return map
直接访问地址:
P Alelocalhost: 8888/springMVCDemo/employee/ xmlorJson
圆访问最多 gEtting Started
t list": I id: 1, name": format", age": 22, dept: id": 1, name": research and develop F
我们看到,短短几行配置。使用 Res
Json
Json是一个轻量级的数据交换格式,对于前后端分离的时代,Json在这里面起着非常大的作用。
Json在后端中常用的用法
RequestMapping(/json)
ResponseBody
public String json1() {
User u = new User(张三,18);
ObjectMapper obj = new ObjectMapper();
return obj.writeValueAsString(u);
}
需要注意的是,这个返回