<bean id="appProperty" class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <array> <value>classpath:config.properties</value> </array> </property> </bean>
@Value("${ftp.name}") private String ftpName;