@Component
Artifact
- org.springframework.stereotype
역할
- Component로 선언된 Class는 Spring Bean 으로 등록되고 자동으로 빈 탐색의 대상의 됨
사용법
@Component
public class UserSupport {
...
}
tip
@ComponentScan으로 Container에 등록해줘야 App 에서 사용이 가능하다
@Component
public class UserSupport {
...
}
tip
@ComponentScan으로 Container에 등록해줘야 App 에서 사용이 가능하다
댓글남기기