Browse Source

Document spring.profiles.default

Closes gh-26592
pull/27078/head
Stephane Nicoll 5 years ago
parent
commit
b5ebf836e3
  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

@ -760,6 +760,12 @@ @@ -760,6 +760,12 @@
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"description": "Comma-separated list of active profiles. Can be overridden by a command line switch."
},
{
"name": "spring.profiles.default",
"type": "java.lang.String",
"description": "Name of the profile to enable if no profile is active.",
"defaultValue": "default"
},
{
"name": "spring.profiles.include",
"type": "java.util.List<java.lang.String>",

Loading…
Cancel
Save