Browse Source

Fix meta-data

Closes gh-3922
pull/3926/head
Stephane Nicoll 11 years ago
parent
commit
03302667d9
  1. 6
      spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

6
spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -87,14 +87,14 @@ @@ -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 @@ @@ -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": [

Loading…
Cancel
Save