Spring
@Configuration vs @Component
파지티브헌
2022. 12. 28. 15:02
@Component와 @Configuration은 큰 차이는 없다.
가장 큰 차이는 @configuration @bean은 개발자가 직접 제어 불가능하고
@component는 개발자가 직접 제어 가능하다