@GetMapping("sub6")
public String method6(){
// redirection
// 다른 곳(location)으로 가!!! 라는 응답(response, 302)
return "redirect:/main16/sub5";
}
반응형
'Spring Boot > controller' 카테고리의 다른 글
redirectAttribute / redircet 할 때 어떤 데이터도 같이 보내고 싶다면 (0) | 2023.09.27 |
---|