Skip to content

Instantly share code, notes, and snippets.

@ruseel
Created July 30, 2013 04:35
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 ruseel/6110271 to your computer and use it in GitHub Desktop.
Save ruseel/6110271 to your computer and use it in GitHub Desktop.
<bean id="dataSource" class="com.acmsoft.datasource.PropertyConfiguredDataSourceFactoryBean">
<property name="envName" value="ACMSOFT_ENV"></property>
<property name="productionProperty" value="com.acmsoft.production.properties"></property>
<property name="devProperty" value="com.acmsoft.dev.properties"></property>
</bean>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment