Spring Application Configuration w/External Overrides
Found a great article at carbonfive.com on how to configure application with Spring utilizing various techniques. My favorite from this article is included below:
Optional External Properties
There’s another use case that applies to some projects. Often in non-developer environments, system admins want to keep properties for the environment outside of the deployable archive or the application [...]