Skip to content

Commit 199d2e3

Browse files
committed
Polish
1 parent 23d8d60 commit 199d2e3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

spring-boot-project/spring-boot-docs/src/main/asciidoc/appendix-application-properties.adoc

+4-2
Original file line numberDiff line numberDiff line change
@@ -513,17 +513,17 @@ content into your application. Rather, pick only the properties that you need.
513513
# ----------------------------------------
514514
515515
# FLYWAY ({sc-spring-boot-autoconfigure}/flyway/FlywayProperties.{sc-ext}[FlywayProperties])
516-
spring.flyway.allow-mixed-migrations= #
517516
spring.flyway.baseline-description= #
518517
spring.flyway.baseline-on-migrate= #
519518
spring.flyway.baseline-version=1 # Version to start migration
520519
spring.flyway.check-location=true # Whether to check that migration scripts location exists.
521520
spring.flyway.clean-disabled= #
522521
spring.flyway.clean-on-validation-error= #
522+
spring.flyway.dry-run-output= #
523523
spring.flyway.enabled=true # Whether to enable flyway.
524524
spring.flyway.encoding= #
525+
spring.flyway.error-handlers= #
525526
spring.flyway.group= #
526-
spring.flyway.ignore-failed-future-migration= #
527527
spring.flyway.ignore-future-migrations= #
528528
spring.flyway.ignore-missing-migrations= #
529529
spring.flyway.init-sqls= # SQL statements to execute to initialize a connection immediately after obtaining it.
@@ -543,8 +543,10 @@ content into your application. Rather, pick only the properties that you need.
543543
spring.flyway.sql-migration-prefix=V #
544544
spring.flyway.sql-migration-separator= #
545545
spring.flyway.sql-migration-suffix=.sql #
546+
spring.flyway.sql-migration-suffixes= #
546547
spring.flyway.table= #
547548
spring.flyway.target= #
549+
spring.flyway.undo-sql-migration-prefix= #
548550
spring.flyway.url= # JDBC url of the database to migrate. If not set, the primary configured data source is used.
549551
spring.flyway.user= # Login user of the database to migrate.
550552
spring.flyway.validate-on-migrate= #

0 commit comments

Comments
 (0)