parent
c05b387457
commit
76451d13f5
|
@ -11,6 +11,11 @@
|
||||||
"sourceType": "org.springframework.boot.actuate.endpoint.EnvironmentEndpoint",
|
"sourceType": "org.springframework.boot.actuate.endpoint.EnvironmentEndpoint",
|
||||||
"description": "The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions."
|
"description": "The keys that should be sanitize. Keys can be simple strings that the property ends with or regex expressions."
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "info",
|
||||||
|
"type": "java.util.Map<java.lang.String,java.lang.Object>",
|
||||||
|
"description": "Arbitrary properties to add to the info endpoint."
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "management.health.db.enabled",
|
"name": "management.health.db.enabled",
|
||||||
"type": "java.lang.Boolean",
|
"type": "java.lang.Boolean",
|
||||||
|
|
Loading…
Reference in New Issue