What is the @component annotation in Spring and SpringBoot ? What is use of @component in Spring?

Опубликовано: 10 Март 2025
на канале: SJ Programming Solutions
783
16

#springboottutorial #springboot #annotations #interviewquestions

What is @component annotation in Spring and SpringBoot ?
What is use of @component in Spring?

This annotation Indicates that the annotated class is a component.

Such classes are considered as candidates for auto-detection when using annotation-based configuration and class path scanning.

#sjprogrammingsolutions
#springtutorial