Merge branch '2.3.x' into 2.4.x

Closes gh-26653
This commit is contained in:
Stephane Nicoll 2021-05-25 10:37:40 +02:00
commit 9ff372c915
1 changed files with 6 additions and 0 deletions

View File

@ -848,6 +848,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>",