Skip to content

Instantly share code, notes, and snippets.

@aliencode
Created July 23, 2013 08:24
Show Gist options
  • Save aliencode/6060769 to your computer and use it in GitHub Desktop.
Save aliencode/6060769 to your computer and use it in GitHub Desktop.
##Spring3.2 Controller RequestMapping use properties file. 可配置的RequestMapping地址.
//${key:defaultValue}
@RequestMapping("${sys.user:/adm/user}" )
<context:property-placeholder location="classpath*:/application.routing.properties"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment