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

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

{
  "groups": [
    {
      "name": "graphql"
    }
  ],
  "properties": [
    {
      "name": "graphql.servlet.enabled",
      "defaultValue": true,
      "type": "java.lang.Boolean"
    },
    {
      "name": "graphql.servlet.mapping",
      "defaultValue": "/graphql",
      "type": "java.lang.String"
    },
    {
      "name": "graphql.servlet.corsEnabled",
      "defaultValue": true,
      "type": "java.lang.Boolean"
    },
    {
      "name": "graphql.servlet.subscriptions.websocket.path",
      "defaultValue": "/subscriptions",
      "type": "java.lang.String"
    }
  ]
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy