Fix sourceType for spring.profiles.include

Closes gh-26163
pull/26435/head
Stephane Nicoll 4 years ago
parent 2bd4ccce8a
commit 52543b84c1

@ -851,7 +851,7 @@
{
"name": "spring.profiles.include",
"type": "java.util.List<java.lang.String>",
"sourceType": "org.springframework.boot.context.config.ConfigFileApplicationListener",
"sourceType": "org.springframework.boot.context.config.Profiles",
"description": "Unconditionally activate the specified comma-separated list of profiles (or list of profiles if using YAML)."
},
{

Loading…
Cancel
Save