Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-05-02 16:08:03 +02:00
4 changed files with 65 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": {