Improve documentation for JMX related keys

Closes gh-2747
This commit is contained in:
Stephane Nicoll
2015-05-27 11:36:34 +02:00
parent 51e6eda88a
commit fc61f2e837
4 changed files with 22 additions and 2 deletions

View File

@@ -17,6 +17,12 @@
"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.jmx.enabled",
"type": "java.lang.Boolean",
"description": "Enable JMX export of all endpoints.",
"defaultValue": true
},
{
"name": "info",
"type": "java.util.Map<java.lang.String,java.lang.Object>",