commit
9ff372c915
|
|
@ -848,6 +848,12 @@
|
||||||
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
|
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
|
||||||
"description": "Comma-separated list of active profiles. Can be overridden by a command line switch."
|
"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",
|
"name": "spring.profiles.include",
|
||||||
"type": "java.util.List<java.lang.String>",
|
"type": "java.util.List<java.lang.String>",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue