component

· Spring
빈으로 등록해서 사용하셨군요. @component 와는 어떤 차이가 있나요 방탈출 예약 관리 미션을 하면서 이런 질문을 받았습니다. 왜 repository에는 @Repository 애너테이션을 붙이는 걸까요? @Component를 붙이면 안 될까요? 어떤 차이가 있는 지 알아보겠습니다. @Repository @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Documented @Component public @interface Repository { /** * Alias for {@link Component#value}. */ @AliasFor(annotation = Component.class) String value() default ""..
_JoJo
'component' 태그의 글 목록