Browse Source

Document spring.profiles.group in configuration metadata

Closes gh-26127
pull/26435/head
Stephane Nicoll 5 years ago
parent
commit
2bd4ccce8a
  1. 6
      spring-boot-project/spring-boot/src/main/resources/META-INF/additional-spring-configuration-metadata.json

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

@ -854,6 +854,12 @@ @@ -854,6 +854,12 @@
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Unconditionally activate the specified comma-separated list of profiles (or list of profiles if using YAML)."
},
{
"name": "spring.profiles.group",
"type": "java.util.Map<java.lang.String,java.util.List<java.lang.String>>",
"sourceType": "org.springframework.boot.context.config.Profiles",
"description": "Profile groups to define a logical name for a related group of profiles."
},
{
"name": "spring.reactor.debug-agent.enabled",
"type": "java.lang.Boolean",

Loading…
Cancel
Save