All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.additional-spring-configuration-metadata.json Maven / Gradle / Ivy

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





© 2015 - 2024 Weber Informatics LLC | Privacy Policy