Polish
This commit is contained in:
parent
134682a7de
commit
3dc74fea4b
|
@ -405,6 +405,20 @@
|
||||||
"name": "spring.info.git.location",
|
"name": "spring.info.git.location",
|
||||||
"defaultValue": "classpath:git.properties"
|
"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",
|
"name": "spring.freemarker.prefix",
|
||||||
"defaultValue": ""
|
"defaultValue": ""
|
||||||
|
@ -1490,20 +1504,6 @@
|
||||||
"level": "error"
|
"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",
|
"name": "spring.flyway.dry-run-output",
|
||||||
"type": "java.io.OutputStream",
|
"type": "java.io.OutputStream",
|
||||||
|
|
Loading…
Reference in New Issue