Add missing value provider metadata for SQL init resources
Closes gh-26154
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user