블로그
-
스프링 프레임워크에서 빈을 자동으로 스캐닝 하는것과 관련된 어노테이션 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, @ 멤버 getter/setter만 가지고 있는 DTO컴포넌트 - @Repository : 데이터베이스 연동 - @Service : 서비스 레이어의 서비스 컴포넌트 - @Controller
blog.naver.com · 2016.10.27
-
spring framework - annotation 정리 #1
spring framework - annotation 정리 #1(퍼온글) 원본 링크 : http://noritersand.tistory.com/156 참고문서 http://docs.spring.io 목차 @Component @Required @Autowired @Qualifier @Resource @Scope @PostConstruct @PreDestroy @Inject @Service
blog.naver.com · 2015.07.17