Commit 3dc74fea authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

parent 134682a7
......@@ -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",
......
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