Skip to content

Java Annotation ์ •๋ฆฌ

Minjae Lee edited this page Apr 14, 2024 · 9 revisions
Annotation Description
@Entity ๊ฐ์ฒด์™€ ํ…Œ์ด๋ธ”์„ ๋งคํ•‘ํ•˜๋Š” ์–ด๋…ธํ…Œ์ด์…˜
@RequestMapping
@RequiredArgsConstructor
@RestController

@Entity

@RequestMapping

@RequiredArgsConstructor

@RestController