Skip to content

Instantly share code, notes, and snippets.

@igm
Created July 15, 2011 08:17
Show Gist options
  • Save igm/1084309 to your computer and use it in GitHub Desktop.
Save igm/1084309 to your computer and use it in GitHub Desktop.
<web-app>
...
<servlet>
<servlet-name>dispatcher</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<init-param>
<param-name>spring.profiles.active</param-name>
<param-value>production</param-value>
</init-param>
</servlet>
</web-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment