redirect:重定向到一个页面

@RequestMapping("/handle02")
public String handle02() {
	return "redirect:/hello.jsp";
}

重定向到当前项目下的hello.jsp