Add default value for "spring.graphql.locations"
This commit is contained in:
committed by
Brian Clozel
parent
fdf446f3e6
commit
4a1ee14f88
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"properties": [
|
||||
{
|
||||
"name": "spring.graphql.locations",
|
||||
"defaultValue": "classpath:graphql/"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user