Remove spring.profiles metadata
See gh-22523
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user