We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
현재 패키지 이하에서 @Component 이 부여된 클래스들을 자동으로 Scan하여 Bean으로 등록해주는 어노테이션.
@Component
@SpringBootApplication에 포함되어 애플리케이션을 실행하면 @Component들을 스캔한다.
@SpringBootApplication
참고로 우리가 자주 사용하는 @Service, @Repository, @Controller들도 내부에 @Component를 가지고 있다.
@Service, @Repository, @Controller
The text was updated successfully, but these errors were encountered:
No branches or pull requests
현재 패키지 이하에서
@Component
이 부여된 클래스들을 자동으로 Scan하여 Bean으로 등록해주는 어노테이션.@SpringBootApplication
에 포함되어 애플리케이션을 실행하면@Component
들을 스캔한다.참고로 우리가 자주 사용하는
@Service, @Repository, @Controller
들도 내부에@Component
를 가지고 있다.The text was updated successfully, but these errors were encountered: