mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-05-02 19:30:23 +01:00
Merge pull request #11365 from eddumelendez:fix_influxdb_health_property
* pr/11365: Fix property key to enable influxdb health endpoint
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@
|
||||
"defaultValue": true
|
||||
},
|
||||
{
|
||||
"name": "management.influxdb.jms.enabled",
|
||||
"name": "management.health.influxdb.enabled",
|
||||
"type": "java.lang.Boolean",
|
||||
"description": "Whether to enable InfluxDB health check.",
|
||||
"defaultValue": true
|
||||
|
||||
Reference in New Issue
Block a user