Add missing value provider metadata for SQL init resources

Closes gh-26154
This commit is contained in:
Stephane Nicoll 2021-04-19 09:51:51 +02:00
parent 661ff34dcd
commit 221f36ba93

View File

@ -2181,6 +2181,28 @@
}
]
},
{
"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>"
}
}
]
},
{
"name": "spring.webflux.format.date",
"values": [