Skip to content

Commit 9ff372c

Browse files
committed
Merge branch '2.3.x' into 2.4.x
Closes gh-26653
2 parents 4955c80 + b5ebf83 commit 9ff372c

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
@@ -848,6 +848,12 @@
848848
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
849849
"description": "Comma-separated list of active profiles. Can be overridden by a command line switch."
850850
},
851+
{
852+
"name": "spring.profiles.default",
853+
"type": "java.lang.String",
854+
"description": "Name of the profile to enable if no profile is active.",
855+
"defaultValue": "default"
856+
},
851857
{
852858
"name": "spring.profiles.include",
853859
"type": "java.util.List<java.lang.String>",

0 commit comments

Comments
 (0)