finshope
6/14/2019 - 9:57 AM

spring properties file

spring properties file

<bean id="propertyConfigurer"
		class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
		<property name="location"
			value="classpath:application.properties">
		</property>
		<property name="fileEncoding" value="utf-8" />
</bean>

<context:property-placeholder location="jdbc.properties"/>