블로그
-
[2022정보처리기사실기] UML (사물, 관계, 다이어그램)
. - 구조사물(structural things): 시스템의 개념적, 물리적 요소를 표현. class, usecase, component, node 등 - 행동사물(behavioral 행위를 표현. interaction, state machine 등 - 그룹사물(grouping things): 요소들을 그룹으로 묶어서 표현. package - 주해사물(annotation
blog.naver.com · 2022.04.10
-
스프링 프레임워크에서 빈을 자동으로 스캐닝 하는것과 관련된 어노테이션 Stereotyping Annotations @Component,@Repository,@Service,@Con
스프링 프레임워크에서 빈을 자동으로 스캐닝 하는것과 관련된 어노테이션 Stereotyping Annotations @Component,@Repository,@Service,@Controller )인 @Component, @Repository, @Service, @Contoroller, @RestController 어노테이션이다.
blog.naver.com · 2022.02.24
-
[Spring framework basic] IOC - Annotaion
[Annotation] : 스프링 컨테이너는 base-package의 클래스를 검색해서 자동으로 자바 빈으로 등록 (@Component, @Repository, @Service, @ Controller, @RestController) -> 자동 스캔을 위해서 로 back-package 설정 [DI 어노테이션] - @Component : 일반적인 용도의 컴포넌트들을
blog.naver.com · 2016.10.27
-
spring framework - annotation 정리 #1
/spring/docs 목차 @Component @Required @Autowired @Qualifier @Resource @Scope @PostConstruct @PreDestroy 하지만 구글링 하는게 속편한건 함정 @Component 패키지: org.springframework.stereotype 버전: spring 2.5
blog.naver.com · 2015.07.17