|
|
|
@ -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",
|
|
|
|
|