Browse Source

Add metadata manually for health endpoint

pull/110/head
Dave Syer 9 years ago
parent
commit
bda78f53a5
  1. 6
      spring-cloud-context/src/main/resources/META-INF/additional-spring-configuration-metadata.json

6
spring-cloud-context/src/main/resources/META-INF/additional-spring-configuration-metadata.json

@ -1,4 +1,10 @@ @@ -1,4 +1,10 @@
{"properties": [
{
"name": "management.health.refresh.enabled",
"type": "java.lang.Boolean",
"description": "Enable the health endpoint or the refresh scope.",
"defaultValue": true
},
{
"name": "endpoints.env.post.enabled",
"type": "java.lang.Boolean",

Loading…
Cancel
Save