Spring MVC 어노테이션 기반 설정 - 2 . @Autowired
1 어노테이션 기반 설정 - 2 . @Autowired @Autowired 어노테이션은 의존하는 객체를 자동으로 삽입해주며 생성자, 필드, 메서드 세 곳에 적용이 가능하다. @Autowired 어노테이션은 타입을 이용한 프로퍼티 자동설정기능을 제공한다. 위의 코드는 service 프로퍼티에 SpringTestService 타입의 빈 객체를 메서드를 통해 자동으로 주입해준다. @Autowired 어노테이션을 이용하여 자동 주입 설정을 적용하려면 AutowiredAnnotationBeanPostProcessor 클래스를 빈으로 등록해주어야하며 @Required 어노테이션과 마찬가지로 설정을 추가하는것으로 대신해도 된다. @Autowired 어노테이션은 위의 코드와 같이 필드 및 생성자에도 적용시킬 수 있으며..
Spring/Spring MVC
2014. 4. 9. 14:32
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- extjs
- with admin option
- extjs6
- 스프링 컨테이너
- sencha touch icons
- 스프링 autowired
- Spring
- 마이바티스 공통 resultmap
- with grant option
- extjs 6 theme
- extjs 6 테마
- sencha touch icons list
- 제이보스 스프링4
- 스프링
- jboss spring4
- local repository
- mysql 한글깨짐
- 로컬저장소
- extjs grid crud
- 마이바티스 resultmp
- tiles sitemesh
- spring container
- maven 로컬저장소
- mybatis resultmap
- 시간차이구하기
- custom mapping
- mybatis common resultmap
- tiles vs sitemesh
- spring autowired
- mysql convert
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
글 보관함