Add missing meta-data

Closes gh-3620
This commit is contained in:
Stephane Nicoll
2015-07-30 10:39:51 +02:00
parent a90970060d
commit 4a327dc08b

View File

@@ -17,12 +17,36 @@
"sourceType": "org.springframework.boot.actuate.endpoint.EnvironmentEndpoint",
"description": "Keys that should be sanitized. Keys can be simple strings that the property ends with or regex expressions."
},
{
"name": "endpoints.docs.enabled",
"type": "java.lang.Boolean",
"description": "Enable actuator docs endpoint.",
"defaultValue": true
},
{
"name": "endpoints.hal.enabled",
"type": "java.lang.Boolean",
"description": "Enable Spring Data HAL browser endpoint.",
"defaultValue": true
},
{
"name": "endpoints.jmx.enabled",
"type": "java.lang.Boolean",
"description": "Enable JMX export of all endpoints.",
"defaultValue": true
},
{
"name": "endpoints.jolokia.enabled",
"type": "java.lang.Boolean",
"description": "Enable Jolokia endpoint.",
"defaultValue": true
},
{
"name": "endpoints.links.enabled",
"type": "java.lang.Boolean",
"description": "Enable hypermedia links endpoint.",
"defaultValue": true
},
{
"name": "info",
"type": "java.util.Map<java.lang.String,java.lang.Object>",