Tutorial by Examples

Sample property file : nexus.properties Sample property file content: nexus.user=admin nexus.pass=admin nexus.rest.uri=http://xxx.xxx.xxx.xxx:xxxx/nexus/service/local/artifact/maven/content Sample Context File xml configuration <context:property-placeholder location="classpath:Releas...
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer"> <property name="locations"> <list> <value>classpath:ReleaseBundle.properties</value> </list> </bean>

Page 1 of 1