GG FACTORYGG FACTORY
Discord
태그 목록

#Java PostMapping

총 1개의 글

함께 자주 언급되는 태그#@RequestMapping과 @GetMapping @PostMapping의 차이#@RequestMapping이란?#@GetMapping이란?
기술#@RequestMapping과 @GetMapping @PostMapping의 차이#@RequestMapping이란?#@GetMapping이란?

@RequestMapping과 @GetMapping, @PostMapping의 차이

@RequestMapping 정의: @RequestMapping 어노테이션은 Spring Framework의 초기 버전에서 제공된 기능으로, HTTP 요청을 특정 핸들러 메소드에 매핑하는 데 사용됩니다. 이 어노테이션은 다양한 HTTP 메소드를 처리할 수 있는 속성을 ...

2024년 5월 17일686