Skip to content

Instantly share code, notes, and snippets.

@rufer7
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rufer7/099292083672d5e203f1 to your computer and use it in GitHub Desktop.
Save rufer7/099292083672d5e203f1 to your computer and use it in GitHub Desktop.
Metadata for spring configuration
"properties": [
{
"name": "sample.property.name",
"type": "java.lang.Integer",
"description": "Description for sample.property.name.",
"defaultValue": 1
},
{
"name": "another.property.name",
"type": "java.lang.String",
"description": "Description for another.property.name.",
"defaultValue": "hello"
}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment