pull/14859/head
Stephane Nicoll 6 years ago
parent 134682a7de
commit 3dc74fea4b

@ -405,6 +405,20 @@
"name": "spring.info.git.location",
"defaultValue": "classpath:git.properties"
},
{
"name": "spring.flyway.locations",
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
"defaultValue": [
"classpath:db/migration"
]
},
{
"name": "spring.flyway.sql-migration-suffixes",
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
"defaultValue": [
".sql"
]
},
{
"name": "spring.freemarker.prefix",
"defaultValue": ""
@ -1490,20 +1504,6 @@
"level": "error"
}
},
{
"name": "spring.flyway.locations",
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
"defaultValue": [
"classpath:db/migration"
]
},
{
"name": "spring.flyway.sql-migration-suffixes",
"sourceType": "org.springframework.boot.autoconfigure.flyway.FlywayProperties",
"defaultValue": [
".sql"
]
},
{
"name": "spring.flyway.dry-run-output",
"type": "java.io.OutputStream",

Loading…
Cancel
Save