Fix meta-data

Closes gh-3922
This commit is contained in:
Stephane Nicoll
2015-09-08 12:54:33 +02:00
parent c85f4df0ee
commit 03302667d9

View File

@@ -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."
},
{
@@ -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": [