I have a Spring 3.1 web app that runs in Tomcat. I have set up several profiles, and I am currently switching between them using -Dspring.profiles.active="[profile]" as a VM argument. I would like to...
Type: Posts; User: trinn; Keyword(s):
I have a Spring 3.1 web app that runs in Tomcat. I have set up several profiles, and I am currently switching between them using -Dspring.profiles.active="[profile]" as a VM argument. I would like to...