회사는 정말 싫어욧

@RequestMapping(value="home")

public String home(){


return "home";

}


이거는 home.jsp를 실행하라는 의미



@RequestMapping(value="another")

public String another(){


return "redirect:/home";

}


이거는 RequestMapping에 value가 "home"인 걸 실행하라는 의미