My JSP pages need to display different information depending on which environment they\'re in (dev, production, sandbox, etc). I want to have a properties file for each of
I had the same problem. I was able to solve it by exposing the config file in my webmvc-config.xml file using a Resource Bundle:
Then I was able to use it in my JSPs using a <spring:message /> tag: