Add default value for "spring.flyway.locations"
See gh-12193
This commit is contained in:
parent
79c222da78
commit
d6244889f5
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue