1
vote
What is the best way to deal with environment specific configuration in java?
Assign reasonable default values for all properties in the properties files distributed within your .war file.
Assign environment-specific values for the appropriate properties in we …
