Add metadata for info.*

Closes gh-1993
This commit is contained in:
Stephane Nicoll 2014-11-24 21:32:49 +01:00
parent c05b387457
commit 76451d13f5
1 changed files with 5 additions and 0 deletions

View File

@ -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",