additional-spring-configuration-metadata.json 474 Bytes
Newer Older
Johannes Edmeier committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
{
  "groups": [
  ],
  "properties": [
    {
      "name": "spring.boot.admin.hazelcast.enabled",
      "type": "java.lang.Boolean",
      "description": "Enable Hazelcast support.",
      "defaultValue": "true"
    },
    {
      "name": "spring.boot.admin.hazelcast.event-store",
      "type": "java.lang.String",
      "description": "Name of backing Hazelcast-Map for storing the instance events",
      "defaultValue": "spring-boot-admin-application-store"
    }
  ]
}