@ResponseBody @RequestMapping("xxx.do") public List<POJO> getList(){ return List<POJO>; }
springMVC List对象转换为json列表对象
原文:https://www.cnblogs.com/lvlin241/p/9313202.html