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

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

The newest version!
{
  "groups": [
  ],
  "properties": [
    {
      "name": "embedded.containers.forceShutdown",
      "type": "java.lang.Boolean",
      "defaultValue": "false"
    },
    {
      "name": "embedded.containers.enabled",
      "type": "java.lang.Boolean",
      "defaultValue": "true"
    },
    {
      "name": "embedded.containers.use-pull-always-policy",
      "type": "java.lang.Boolean",
      "defaultValue": "false"
    }
  ],
  "hints": [
    {
      "name": "embedded.containers.forceShutdown",
      "values": [
        {
          "value": "true",
          "description": "Enables shutdown of testcontainers by spring context."
        },
        {
          "value": "false",
          "description": "Disables shutdown of testcontainers by spring context."
        }
      ]
    },
    {
      "name": "embedded.containers.enabled",
      "values": [
        {
          "value": "true",
          "description": "Enables all testcontainers."
        },
        {
          "value": "false",
          "description": "Disables all testcontainers."
        }
      ]
    },
    {
      "name": "embedded.containers.use-pull-always-policy",
      "values": [
        {
          "value": "true",
          "description": "It is necessary to do an image pull before the start of the container."
        },
        {
          "value": "false",
          "description": "Do not need to do an image pull before the start of the container."
        }
      ]
    }
  ]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy