기본 문서를 읽지 않으므로 인해 이런 기초적인 문제에서 난관에 봉착함.
<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>
<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' 카테고리의 다른 글
[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 |