Move additional property metadata out of autoconfigure-all

This commit is contained in:
Andy Wilkinson
2025-06-04 18:43:58 +01:00
committed by Phillip Webb
parent 2f2338e57b
commit d0e7766d72
5 changed files with 270 additions and 494 deletions

View File

@@ -35,5 +35,46 @@
"name": "spring.graphql.schema.locations",
"defaultValue": "classpath:graphql/**/"
}
],
"hints": [
{
"name": "spring.graphql.cors.allowed-headers",
"values": [
{
"value": "*"
}
],
"providers": [
{
"name": "any"
}
]
},
{
"name": "spring.graphql.cors.allowed-methods",
"values": [
{
"value": "*"
}
],
"providers": [
{
"name": "any"
}
]
},
{
"name": "spring.graphql.cors.allowed-origins",
"values": [
{
"value": "*"
}
],
"providers": [
{
"name": "any"
}
]
}
]
}