Skip to content

Instantly share code, notes, and snippets.

@eugenp
Created February 6, 2012 14:32
Show Gist options
  • Select an option

  • Save eugenp/1752404 to your computer and use it in GitHub Desktop.

Select an option

Save eugenp/1752404 to your computer and use it in GitHub Desktop.
Properties with Spring - Injecting Properties with @value
@Value( "${jdbc.url}" )
private String jdbcUrl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment