forward:转发到一个页面

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

转发到当前项目下的hello.jsp