Notice
Recent Posts
Recent Comments
Gentle Breeze
[Spring] Spring Bean Alias 본문
참고 : http://springindepth.com/book/in-depth-ioc.html
XML 에서 Spring Bean 을 설정할 때 일반적으로 id , name 의 attribute 에 값을 설정해 IoC Container에 유일한 식별자가 되도록 하지만 때로는 하나의 Spring Bean 에 복수의 식별자를 설정을 해야하는 상황이 발생한다.
예를들어
▲ Click to Enlarge
위와같이 2개로 분리되어 사용중인 DataSource 를 하나의 Bean 으로 묶어 하나의 DataSource 로 사용하고 싶을 경우 아래와 같이 alias 를 이용하여 설정하면 된다.
▲ Click to Enlarge
'⑨ 직무역량강화 > Spring FW' 카테고리의 다른 글
[Spring] Dependency Injection (0) | 2011.07.06 |
---|
Comments