Remove spring.profiles metadata

See gh-22523
pull/31903/head
Phillip Webb 2 years ago
parent 49a8e81dc3
commit c8735c1540

@ -916,16 +916,6 @@
"description": "Location of the PID file to write (if ApplicationPidFileWriter is used).", "description": "Location of the PID file to write (if ApplicationPidFileWriter is used).",
"sourceType": "org.springframework.boot.context.ApplicationPidFileWriter" "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", "name": "spring.profiles.active",
"type": "java.util.List<java.lang.String>", "type": "java.util.List<java.lang.String>",

Loading…
Cancel
Save