Browse Source

Complete configuration metadata for spring.config.*

Closes gh-24816
pull/24986/head
Stephane Nicoll 5 years ago
parent
commit
5d85ac6838
  1. 42
      spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -273,12 +273,30 @@ @@ -273,12 +273,30 @@
"description": "Whether to skip search of BeanInfo classes.",
"defaultValue": true
},
{
"name": "spring.config.activate.on-cloud-platform",
"type": "org.springframework.boot.cloud.CloudPlatform",
"description": "Required cloud platform for the document to be included.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name": "spring.config.activate.on-profile",
"type": "java.lang.String[]",
"description": "Profile expressions that should match for the document to be included.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name": "spring.config.additional-location",
"type": "java.lang.String",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Config file locations used in addition to the defaults."
},
{
"name": "spring.config.import",
"type": "java.util.List<java.lang.String>",
"description": "Import additional config data.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name": "spring.config.location",
"type": "java.lang.String",
@ -292,6 +310,12 @@ @@ -292,6 +310,12 @@
"description": "Config file name.",
"defaultValue": "application"
},
{
"name": "spring.config.use-legacy-processing",
"type": "java.lang.Boolean",
"description": "Whether to enable configuration data processing legacy mode.",
"defaultValue": false
},
{
"name": "spring.jta.atomikos.connectionfactory.borrow-connection-timeout",
"type": "java.lang.Integer",
@ -843,24 +867,6 @@ @@ -843,24 +867,6 @@
"description": "Enable trace logs.",
"sourceType": "org.springframework.boot.context.logging.LoggingApplicationListener",
"defaultValue": false
},
{
"name": "spring.config.import",
"type": "java.util.List<java.lang.String>",
"description": "Import additional config data.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name": "spring.config.activate.on-cloud-platform",
"type": "org.springframework.boot.cloud.CloudPlatform",
"description": "Required cloud platform for the document to be included.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
},
{
"name": "spring.config.activate.on-profile",
"type": "java.lang.String[]",
"description": "Profile expressions that should match for the document to be included.",
"sourceType": "org.springframework.boot.context.config.ConfigDataProperties"
}
],
"hints": [

Loading…
Cancel
Save