『 ApplicationContext.xml 』
<소스코드>
<bean id="messageSource" class="org.springframework.context.support.ReloadableResourceBundleMessageSource">
<property name="basenames">
<list>
<value>classpath:message/message</value>
<value>classpath:message/label</value> </list>
</property>
</bean>
'자바 > JAVA...Spring' 카테고리의 다른 글
Spring 3.2 & MyBatis ) Spring MVC용 설정파일 (0) | 2015.11.27 |
---|---|
Spring 3.2 & MyBatis ) ApplicationContext.xml(4) (0) | 2015.11.27 |
Spring 3.2 & MyBatis ) ApplicationContext.xml(2) (0) | 2015.11.26 |
Spring 3.2 & MyBatis ) ApplicationContext.xml (0) | 2015.11.25 |
Spring 3.2 & MyBatis ) Web.xml(Spring MVC Bean 취득) (0) | 2015.11.25 |