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.info.active-profiles.enabled",
      "type": "java.lang.Boolean",
      "description": "Enable active-profiles info.",
      "defaultValue": true
    },
    {
      "name": "jhipster.cors.allowed-origins",
      "type": "java.util.List",
      "description": "Set global CORS allowed origins.",
      "sourceType": "org.springframework.web.cors.CorsConfiguration"
    },
    {
      "name": "jhipster.cors.allowed-methods",
      "type": "java.util.List",
      "description": "Set global CORS allowed methods.",
      "sourceType": "org.springframework.web.cors.CorsConfiguration"
    },
    {
      "name": "jhipster.cors.resolved-methods",
      "type": "java.util.List",
      "description": "Set global CORS resolved methods.",
      "sourceType": "org.springframework.web.cors.CorsConfiguration"
    },
    {
      "name": "jhipster.cors.allowed-headers",
      "type": "java.util.List",
      "description": "Set global CORS allowed headers.",
      "sourceType": "org.springframework.web.cors.CorsConfiguration"
    },
    {
      "name": "jhipster.cors.exposed-headers",
      "type": "java.util.List",
      "description": "Set global CORS exposed methods.",
      "sourceType": "org.springframework.web.cors.CorsConfiguration"
    },
    {
      "name": "jhipster.cors.allow-credentials",
      "type": "java.lang.Boolean",
      "description": "Set global CORS allow credentials.",
      "sourceType": "org.springframework.web.cors.CorsConfiguration"
    },
    {
      "name": "jhipster.cors.max-age",
      "type": "java.lang.Long",
      "description": "Set global CORS max age.",
      "sourceType": "org.springframework.web.cors.CorsConfiguration"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy