https://mungto.tistory.com/436
[Spring] @RequestMapping이란?
우리는 특정 uri로 요청을 보내면 Controller에서 어떠한 방식으로 처리할지 정의를 한다. 이때 들어온 요청을 특정 메서드와 매핑하기 위해 사용하는 것이 @RequestMapping이다. @RequestMapping에서 가장
mungto.tistory.com
'Spring > @annotation' 카테고리의 다른 글
@Transactional (0) | 2024.01.10 |
---|---|
@RestController = @Controller + @ResponseBody (0) | 2024.01.10 |
@Column(columnDefinition = ...) (0) | 2024.01.10 |
@ManyToOne, @OneToMany (0) | 2024.01.10 |
@Data (0) | 2024.01.09 |