RequestMapping(value="/hello", method=RequestMethod.GET)   <------------ 이게 GetMapping("/hello")

RequestMapping(value="/hello", method=RequestMethod.POST)  < ----------- 이게 PostMapping("/hello)



내가 쓴게 저렇게 바꿔 쓸수있는거임???