Skip to content

Instantly share code, notes, and snippets.

@jevonearth
Created November 22, 2012 02:13
Show Gist options
  • Save jevonearth/4129059 to your computer and use it in GitHub Desktop.
Save jevonearth/4129059 to your computer and use it in GitHub Desktop.
spring.profiles.active
<init-param>
<param-name>spring.profiles.active</param-name>
<param-value>dev</param-value>
<!-- <param-value>prod</param-value> -->
</init-param>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment