『 ApplicationContext.xml 』
<소스코드>
<!– Autowired Scan 유효화 정의 -->
<context:annotation-config />
<!-- 설정값 -->
<bean id="propertyConfigurer" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath:database.properties</value>
<value>classpath:app.properties</value> </list>
</property>
</bean>
'자바 > JAVA...Spring' 카테고리의 다른 글
Spring 3.2 & MyBatis ) ApplicationContext.xml(4) (0) | 2015.11.27 |
---|---|
Spring 3.2 & MyBatis ) ApplicationContext.xml(3) (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 |
Spring 3.2 & MyBatis ) Web.xml(Spring Web 스코프 이용 설정) (0) | 2015.11.24 |