-
Notifications
You must be signed in to change notification settings - Fork 0
Java Annotation ์ ๋ฆฌ
Minjae Lee edited this page Apr 16, 2024
·
9 revisions
Annotation | Description |
---|---|
@Component |
ํด๋น ํด๋์ค๋ฅผ Bean์ผ๋ก ๋ฑ๋กํฉ๋๋ค. |
-> @ComponentScan ์ ์ํด ํด๋น ์ด๋
ธํ
์ด์
์ด ๋ถ์ด์๋ ํด๋์ค๋ฅผ ์๋์ผ๋ก ์ฐพ์ Spring IoC ์ปจํ
์ด๋์ Bean ์ธ์คํด์ค๋ฅผ ์์ฑํด์ ํด๋น ์ธ์คํด์ค๋ฅผ ์์กด๊ฐ๋ฅํ๋๋ก ๋ง๋๋ ๋
์์
๋๋ค. |
|
@Bean |
|
@Autowired |
|
@AllArgsConstructor |
|
@RequiredArgsConstructor |
|
@NoArgsConstructor |
Annotation | Description |
---|---|
@Entity |
|
@Getter |
|
@Id |
|
@GeneratedValue |
|
@Enumerated |
Annotation | Description |
---|---|
@Controller |
|
@RestController |
|
@RequestMapping |
|
@RequestBody |
|
@PathVariable |
Annotation | Description |
---|---|
@Service |
|
@Builder |
|
@Transactional |