Skip to content

Instantly share code, notes, and snippets.

@luisffc
Created September 30, 2014 12:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luisffc/2ca19f540a515f9b17f4 to your computer and use it in GitHub Desktop.
Save luisffc/2ca19f540a515f9b17f4 to your computer and use it in GitHub Desktop.
Property with id inside Spring XML context file
<util:properties id="webProperties" location="classpath:life-web.properties"/>
<bean name="..." class="...">
<constructor-arg value="#{webProperties['email.smtp']}"/>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment