Skip to content

Commit

Permalink
Fix meta-data
Browse files Browse the repository at this point in the history
  • Loading branch information
snicoll committed Sep 8, 2015
1 parent c85f4df commit 0330266
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,14 +87,14 @@
{
"name": "spring.config.name",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
"description": "Config file name.",
"defaultValue": "application"
},
{
"name": "spring.config.location",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
"description": "Config file locations."
},
{
Expand Down Expand Up @@ -125,11 +125,13 @@
{
"name": "spring.profiles.active",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
"description": "Comma-separated list of active profiles. Can be overridden by a command line switch."
},
{
"name": "spring.profiles.include",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileEnvironmentPostProcessor",
"description": "Unconditionally activate the specified comma separated profiles."
}
],"hints": [
Expand Down

0 comments on commit 0330266

Please sign in to comment.