Skip to content

Instantly share code, notes, and snippets.

@vijedi
Created October 8, 2011 03:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vijedi/1271788 to your computer and use it in GitHub Desktop.
Save vijedi/1271788 to your computer and use it in GitHub Desktop.
Simple Approach for Using Properties Stored in Noah for Spring Placeholders
<bean class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="ignoreResourceNotFound" value="false"/>
<property name="locations">
<list>
<value>http://noah.domain/path/to/file</value>
</list>
</property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment