mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Fix order of additional metadata
This commit is contained in:
+8
-8
@@ -111,6 +111,14 @@
|
||||
"description": "Whether to enable disk space health check.",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "management.health.influxdb.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"deprecation": {
|
||||
"level": "error",
|
||||
"reason": "InfluxDB support has been removed."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "management.health.livenessstate.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
@@ -144,14 +152,6 @@
|
||||
"description": "Whether to enable SSL certificate health check.",
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "management.health.influxdb.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"deprecation": {
|
||||
"level": "error",
|
||||
"reason": "InfluxDB support has been removed."
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "management.httpexchanges.recording.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
|
||||
Reference in New Issue
Block a user