Skip to content

Commit

Permalink
Merge branch '2.4.x'
Browse files Browse the repository at this point in the history
Closes gh-26654
  • Loading branch information
snicoll committed May 25, 2021
2 parents 44ad121 + 9ff372c commit d5b41e2
Showing 1 changed file with 6 additions and 0 deletions.
Expand Up @@ -911,6 +911,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 d5b41e2

Please sign in to comment.