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.cockroach.enabled",
      "type": "java.lang.Boolean",
      "defaultValue": "true"
    },
    {
      "name": "embedded.cockroach.init-script-path",
      "type": "java.lang.String",
      "defaultValue": "null",
      "description": "The SQL file path to execute after the container starts to initialize the database."
    }
  ],
  "hints": [
    {
      "name": "embedded.cockroach.enabled",
      "values": [
        {
          "value": "true",
          "description": "Enables configuration of cockroachdb server on startup."
        },
        {
          "value": "false",
          "description": "Disabled configuration of cockroachdb server on startup."
        }
      ]
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy