spring mvc 跳转首页
make sure: add request mapping in a controller class, like this:?
@RequestMapping("/index")?
public String index(Model model){?
??? return "index";// which mapping to index.jsp by viewResolver?
}?
发布时间: 2013-12-13 00:50:19 作者: rapoo
spring mvc 跳转首页
make sure: add request mapping in a controller class, like this:?
@RequestMapping("/index")?
public String index(Model model){?
??? return "index";// which mapping to index.jsp by viewResolver?
}?