Skip to content

Commit

Permalink
Add missing value provider metadata for SQL init resources
Browse files Browse the repository at this point in the history
Closes gh-26154
  • Loading branch information
snicoll committed Apr 19, 2021
1 parent 661ff34 commit 221f36b
Showing 1 changed file with 22 additions and 0 deletions.
Expand Up @@ -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": [
Expand Down

0 comments on commit 221f36b

Please sign in to comment.