跟着传智播客做练习出错
easy UI中
{"menuid":"52","menuname":"商品列表","icon":"icon-nav","url":"/jsp/showitem.jsp"},
controller中
@RequestMapping("/jsp/{page}")
public String showItem(@PathVariable String page){
System.out.println("xxxxxxxxxxxxxxxxx: "+page);
return page;
}
报错
HTTP Status 404 - /jsp/showitem.jsp
目录结构

刚刚入门,感觉这个问题就是路劲问题,可是新手不知道怎么配,求调教