Add default value for "spring.graphql.locations"

This commit is contained in:
Stephane Nicoll
2021-06-30 15:09:21 +02:00
committed by Brian Clozel
parent fdf446f3e6
commit 4a1ee14f88

View File

@@ -0,0 +1,8 @@
{
"properties": [
{
"name": "spring.graphql.locations",
"defaultValue": "classpath:graphql/"
}
]
}