스프링3에서 @Value로 프로퍼티 사용하기

# servlet-contxt.xml <!– classpath는 이 프로젝트에서는 resources –> <beans:bean id=“properties”class=“org.springframework.beans.factory.config.PropertyPlaceholderConfigurer”>         <beans:property name=“locations”>             <beans:list>              ...