spring mvc 跳转首页make sure: add request mapping in a controller class, like this:?@RequestMapping
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? }?