这是一个测试数据11112222222
public String list(Model model){ model.addAttribute("typeList",newsService.findTypeList()); return Views.NEWS_LIST; }