Skip to content

Instantly share code, notes, and snippets.

@mmalmeida
Created June 18, 2012 14:34
Show Gist options
  • Save mmalmeida/2948672 to your computer and use it in GitHub Desktop.
Save mmalmeida/2948672 to your computer and use it in GitHub Desktop.
PPC
<jee:jndi-lookup jndi-name="java:comp/env/my.env" id="currentEnvironment"
/>
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<list>
<value>classpath:security.properties</value>
<value>#{'classpath:/environments/iwrs-' + currentEnvironment +'.properties'}</value>
</list>
</property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment