Skip to content

Commit b5ebf83

Browse files
committed
Document spring.profiles.default
Closes gh-26592
1 parent 9bdb205 commit b5ebf83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -760,6 +760,12 @@
760760
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
761761
"description": "Comma-separated list of active profiles. Can be overridden by a command line switch."
762762
},
763+
{
764+
"name": "spring.profiles.default",
765+
"type": "java.lang.String",
766+
"description": "Name of the profile to enable if no profile is active.",
767+
"defaultValue": "default"
768+
},
763769
{
764770
"name": "spring.profiles.include",
765771
"type": "java.util.List<java.lang.String>",

0 commit comments

Comments
 (0)