在Controller中使用redirect方式处理请求
//redirect
@RequestMapping("/redirect")
public String redirect(){
return "redirect:hello";
}
本站文章除注明转载外,均为本站原创或编译
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动共创优秀实例教程
转载请注明:文章转载自:代码驿站 [http:/www.codeinn.net]
本文标题:在Controller中使用redirect方式处理请求
本文地址:http://www.codeinn.net/springmvc/149.html
欢迎任何形式的转载,但请务必注明出处,尊重他人劳动共创优秀实例教程
转载请注明:文章转载自:代码驿站 [http:/www.codeinn.net]
本文标题:在Controller中使用redirect方式处理请求
本文地址:http://www.codeinn.net/springmvc/149.html

