[Spring - 어노테이션(Annotation) ] @Component → xml 빈 등록
@Component
xml의 빈으로 등록하도록 하는 기능을 한다. ( 사용된 클래스를 자동으로 빈에 등록 )
'◽ Spring, SpringBoot' 카테고리의 다른 글
[Spring - 어노테이션(Annotation) ] @Repository → DAO 인식, @Service → Service 인식 (0) | 2019.08.15 |
---|---|
[Spring - 어노테이션(Annotation) ▶ HTTP 요청(1) ] @RequestBody, @ResponseBody → HTTP 요청의 body를 자바 객체로 매핑 (0) | 2019.08.15 |
[Spring - 어노테이션(Annotation) ] @RequestMapping, @GetMapping, @PostMapping, @RequestMapping → url 처리 (0) | 2019.08.15 |
[Spring - 어노테이션(Annotation) ] @Autowired, @Inject, @Resource → 종속성 주입 (0) | 2019.08.15 |
[Spring] VO, DTO 차이 (0) | 2019.08.13 |
[Spring - (15) ] 인터셉터(Interceptor) (0) | 2019.08.12 |
[Spring - (14) ] 인터셉터 기능 (0) | 2019.08.12 |