본문 바로가기

명사 美 비격식 (무리 중에서) 아주 뛰어난[눈에 띄는] 사람[것]

이론

component란?

component란

조합하여 화면을 구성할 수 있는 화면의 특정 영역을 의미한다.

 

특정영역/시스템에서만 가능하지않고

다른페이지/종류의 시스템에서도 사용할 수 있도록하는것이 특징이다.

https://ko.wikipedia.org/wiki/%EB%B6%84%EC%82%B0_%EC%BB%B4%ED%8F%AC%EB%84%8C%ED%8A%B8_%EC%98%A4%EB%B8%8C%EC%A0%9D%ED%8A%B8_%EB%AA%A8%EB%8D%B8

 

분산 컴포넌트 오브젝트 모델 - 위키백과, 우리 모두의 백과사전

위키백과, 우리 모두의 백과사전.

ko.wikipedia.org

 

 

 

https://standout.tistory.com/475

 

@Component와 @Bean의 차이

@Component 어노테이션은 클래스 레벨에서 사용 @Bean 어노테이션은 메서드 레벨에서 사용 https://standout.tistory.com/474 Annotation - @Bean @Scope @Bean 빈은 Spring 컨테이너에서 생성되고 관리되는 객체 개발자

standout.tistory.com

https://standout.tistory.com/476

 

Annotation - @Component

@Component 개발자가 직접 작성한 Class를 Bean으로 등록하기 위한 Annotation 스프링 MVC에서는 @Component 어노테이션의 특화된 형태인 @Controller, @Service, @Repository 등이 사용된다. @Component public class MyComponent

standout.tistory.com

'이론' 카테고리의 다른 글

동기식과 비동기식  (0) 2023.05.03
패러다임이란?  (0) 2023.05.03
FTP란?  (0) 2023.04.24
AJAX란?  (0) 2023.04.24
클라이언트 라이브러리  (0) 2023.04.24