Move additional property metadata out of autoconfigure-all

This commit is contained in:
Andy Wilkinson
2025-06-04 18:43:58 +01:00
committed by Phillip Webb
parent 2f2338e57b
commit d0e7766d72
5 changed files with 270 additions and 494 deletions

View File

@@ -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>"
}
}
]
}
]
}