springMVC List对象转换为json列表对象

@ResponseBody
@RequestMapping("xxx.do")
public List<POJO> getList(){
    return List<POJO>;
}

 

posted @ 2018-07-15 12:21  lvlin241  阅读(2379)  评论(0编辑  收藏  举报