Commit d6244889 authored by Stephane Nicoll's avatar Stephane Nicoll

Add default value for "spring.flyway.locations"

See gh-12193
parent 79c222da
......@@ -1209,6 +1209,13 @@
"level": "error"
}
},
{
"name": "spring.flyway.locations",
"type": "java.util.List<java.lang.String>",
"defaultValue": [
"classpath:db/migration"
]
},
{
"name": "spring.flyway.sql-migration-suffix",
"deprecation": {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment