首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VC/MFC >

spring mvc 跳转主页

2013-12-13 
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?
}?

热点排行