@Component
개발자가 직접 작성한 Class를 Bean으로 등록하기 위한 Annotation
스프링 MVC에서는 @Component 어노테이션의 특화된 형태인 @Controller, @Service, @Repository 등이 사용된다.
@Component
public class MyComponent {}
https://standout.tistory.com/474
https://standout.tistory.com/475
https://standout.tistory.com/478
https://standout.tistory.com/482
https://standout.tistory.com/483
'JAVA > Spring' 카테고리의 다른 글
Annotation - @Controller (0) | 2023.04.19 |
---|---|
Annotation - @Autowired @Qualifier (0) | 2023.04.19 |
@Component와 @Bean의 차이 (0) | 2023.04.19 |
Annotation - @Bean @Scope (0) | 2023.04.19 |
공통처리 삼총사, Filter Interceptor AOP (0) | 2023.04.17 |