Improve documentation for JMX related keys
Closes gh-2747
This commit is contained in:
@@ -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>",
|
||||
|
||||
Reference in New Issue
Block a user