Skip to content

Commit

Permalink
Merge branch '2.3.x' into 2.4.x
Browse files Browse the repository at this point in the history
Closes gh-26653
  • Loading branch information
snicoll committed May 25, 2021
2 parents 4955c80 + b5ebf83 commit 9ff372c
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>",
Expand Down

0 comments on commit 9ff372c

Please sign in to comment.