Browse Source

Add missing meta-data

Closes gh-3620
pull/3630/merge
Stephane Nicoll 11 years ago
parent
commit
4a327dc08b
  1. 24
      spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json

24
spring-boot-actuator/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -17,12 +17,36 @@ @@ -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>",

Loading…
Cancel
Save