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.
Post a Comment