Move additional property metadata out of autoconfigure-all
This commit is contained in:
committed by
Phillip Webb
parent
2f2338e57b
commit
d0e7766d72
@@ -10,5 +10,29 @@
|
||||
"level": "warning"
|
||||
}
|
||||
}
|
||||
],
|
||||
"hints": [
|
||||
{
|
||||
"name": "spring.sql.init.data-locations",
|
||||
"providers": [
|
||||
{
|
||||
"name": "handle-as",
|
||||
"parameters": {
|
||||
"target": "java.util.List<org.springframework.core.io.Resource>"
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "spring.sql.init.schema-locations",
|
||||
"providers": [
|
||||
{
|
||||
"name": "handle-as",
|
||||
"parameters": {
|
||||
"target": "java.util.List<org.springframework.core.io.Resource>"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user