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

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

There is a newer version: 4.0.0
Show newest version
{
  "properties": [
    {
      "name": ".env.directory",
      "type": "java.lang.String",
      "description": "Specify the directory containing your .env file."
    },
    {
      "name": ".env.filename",
      "type": "java.lang.String",
      "description": "Specify a filename other than the .env default name.",
      "defaultValue": ".env"
    },
    {
      "name": ".env.ignoreIfMalformed",
      "type": "java.lang.Boolean",
      "description": "Do not throw when .env entries are malformed. Malformed entries are skipped.",
      "defaultValue": false
    },
    {
      "name": ".env.ignoreIfMissing",
      "type": "java.lang.Boolean",
      "description": "Do not throw when .env does not exist.",
      "defaultValue": true
    },
    {
      "name": ".env.systemProperties",
      "type": "java.lang.Boolean",
      "description": "Load environment variables into System properties, thus making all environment variables accessible via System.getProperty(...).",
      "defaultValue": false
    },
    {
      "name": ".env.prefix",
      "type": "java.lang.String",
      "description": "Specify the prefix for Spring properties to make use of the .env property source.",
      "defaultValue": "env."
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy