Skip to content

Instantly share code, notes, and snippets.

@luisffc
Created September 30, 2014 12:54
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