Add default value for "spring.flyway.locations"

See gh-12193
This commit is contained in:
Stephane Nicoll 2018-05-02 16:07:38 +02:00
parent 79c222da78
commit d6244889f5
1 changed files with 7 additions and 0 deletions

View File

@ -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": {