requestMapping("/url1")public string method1(){ return "path";}requestMapping("/url1")public string method1(){ return "redirect: url1"; //重定向是重定向到你的requestMapping指定url这里..}