Skip to content

Instantly share code, notes, and snippets.

@stevez
Created April 9, 2012 20:26
Show Gist options
  • Select an option

  • Save stevez/2346393 to your computer and use it in GitHub Desktop.

Select an option

Save stevez/2346393 to your computer and use it in GitHub Desktop.
#user.properties
user.name=steve
user.password=nobody
#app.properties
connection.string=${user.name}:${user.password}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment