REVERT TO CONSOLE


Configuring Applications with Spring

Posted in Article, Spring, Useful Links by reverttoconsole on April 28, 2008

Carbon Five Community has a really nice article on different ways of implementing/overriding properties files in Spring.

In a real-world application, we not only need to collect settings, but also override them in different environments. Many of our applications are deployed in 4 or more environments (developer machine, build server, staging server, and production), each requiring different databases at the very least.

Leave a Reply