Could not resolve view with name 'list' in servlet with name 'seckill-dispatcher'如何解决
Could not resolve view with name 'list' in servlet with name 'seckill-dispatcher'如何解决
public String list(Model model) {
List<Seckill> list = seckillService.getSeckillList();
model.addAttribute("list", list);
//测试
return "list";
} 测试部分 ,方法进入执行,最后return的时候 servlet 找不到list