Skip to content

Instantly share code, notes, and snippets.

@jevonearth
Created November 22, 2012 02:14
Show Gist options
  • Save jevonearth/4129060 to your computer and use it in GitHub Desktop.
Save jevonearth/4129060 to your computer and use it in GitHub Desktop.
profile switches
<beans profile="dev">
<mvc:resources location="/angulardevapp/app/" mapping="**" cache-period="0"/>
</beans>
<beans profile="prod">
<mvc:resources location="/angularprodapp/" mapping="**" cache-period="0"/>
</beans>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment