Files
spring-cloud-commons/spring-cloud-context/target/classes/META-INF/additional-spring-configuration-metadata.json
2017-04-04 02:50:48 +00:00

40 lines
1.2 KiB
JSON

{"properties": [
{
"name": "management.health.refresh.enabled",
"type": "java.lang.Boolean",
"description": "Enable the health endpoint for the refresh scope.",
"defaultValue": true
},
{
"name": "endpoints.env.post.enabled",
"type": "java.lang.Boolean",
"description": "Enable changing the Environment through a POST to /env.",
"defaultValue": true
},
{
"name": "endpoints.refresh.enabled",
"type": "java.lang.Boolean",
"description": "Enable the /refresh endpoint to refresh configuration and re-initialize refresh scoped beans.",
"defaultValue": true
},
{
"name": "endpoints.restart.enabled",
"type": "java.lang.Boolean",
"description": "Enable the /restart endpoint to restart the application context.",
"defaultValue": true
},
{
"name": "endpoints.pause.enabled",
"type": "java.lang.Boolean",
"description": "Enable the /pause endpoint (to send Lifecycle.stop()).",
"defaultValue": true
},
{
"name": "endpoints.resume.enabled",
"type": "java.lang.Boolean",
"description": "Enable the /resume endpoint (to send Lifecycle.start()).",
"defaultValue": true
}
]}