Fix sourceType for spring.profiles.include

Closes gh-26163
This commit is contained in:
Stephane Nicoll 2021-04-20 10:23:42 +02:00
parent 2bd4ccce8a
commit 52543b84c1
1 changed files with 1 additions and 1 deletions

View File

@ -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)."
},
{