<bean id="urlMapping" class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping">
<property name="mappings">
<bean class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property name="locations">
<list>
<value>classpath:config/spring/web/xxx.properties</value>
<value>classpath:config/spring/web/yyy.properties</value>
</list>
</property>
</bean>
</property>
</bean>
</property>
</bean>
</property>
</bean>
'JAVA' 카테고리의 다른 글
| [spring] PropertiesFactoryBean 에 여러개의 Properties 파일을 설정... (0) | 2011/07/19 |
|---|---|
| [link] ACEGI Security 한글 문서 (0) | 2011/07/11 |
| [LINK] Url Rewrite Filter 3.2.0 (0) | 2011/06/27 |
| [Ant] 5분전에 build 된 class 파일만 찾아서 복사하기. (0) | 2011/06/14 |
| [link] Apache Mina – SSL Configuration (0) | 2011/05/24 |
