Remove spring.profiles metadata

See gh-22523
This commit is contained in:
Phillip Webb 2022-07-28 10:46:46 +01:00
parent 49a8e81dc3
commit c8735c1540

View File

@ -916,16 +916,6 @@
"description": "Location of the PID file to write (if ApplicationPidFileWriter is used).",
"sourceType": "org.springframework.boot.context.ApplicationPidFileWriter"
},
{
"name": "spring.profiles",
"type": "java.util.List<java.lang.String>",
"sourceType": "org.springframework.boot.context.config.Profiles",
"description": "Comma-separated list of profile expressions that at least one should match for the document to be included.",
"deprecation": {
"replacement": "spring.config.activate.on-profile",
"level": "warning"
}
},
{
"name": "spring.profiles.active",
"type": "java.util.List<java.lang.String>",