I\'m trying to figure out how my Spring app can determine where it is deployed and load the appropriate datasource. We have 3 environments...my local, the development server, a
Pass a system property to the property placeholder, but include all three files in the WAR:
classpath:/resources/properties/${myenv}.datasource.properties