What does @component do in spring boot? : Spring Boot
Answer / Brahamgyan Singh
@Component is a component scan annotation in Spring Boot, which indicates that the class using it is a Spring-managed component. This means that Spring will automatically detect and manage the lifecycle of this component as a bean.
| Is This Answer Correct ? | 0 Yes | 0 No |
What does @repository do in spring?
What are spring boot starter projects? : Spring Boot
What is the role of web.xml in spring mvc and where is it located?
What are the various components of a spring application?
What is spring bean life cycle?
What is spring architecture?
Why do we use aop in spring?
What is the structure of spring framework?
What is stateless bean in spring?
Does applicationcontext support setter dependency injection?
What is spring context module?
What is spring listener?