File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -1099,7 +1099,7 @@ independence: usually only one or at most couple of platforms is needed.
10991099[[howto-execute-flyway-database-migrations-on-startup]]
11001100==== Execute Flyway database migrations on startup
11011101To automatically run Flyway database migrations on startup, add the
1102- `spring-boot-starter- flyway` to your classpath.
1102+ `org.flywaydb: flyway-core ` to your classpath.
11031103
11041104The migrations are scripts in the form `V<VERSION>__<NAME>.sql` (with
11051105`<VERSION>` an underscore-separated version, e.g. "1" or "2_1"). By
@@ -1116,7 +1116,7 @@ you can see how to set things up.
11161116[[howto-execute-liquibase-database-migrations-on-startup]]
11171117==== Execute Liquibase database migrations on startup
11181118To automatically run Liquibase database migrations on startup, add the
1119- `spring-boot-starter- liquibase` to your classpath.
1119+ `org. liquibase:liquibase-core ` to your classpath.
11201120
11211121The master change log is by default read from `db/changelog/db.changelog-master.yaml` but
11221122can be set using `liquibase.change-log`. See
Original file line number Diff line number Diff line change @@ -242,12 +242,6 @@ and Hibernate.
242242|`spring-boot-starter-jdbc`
243243|JDBC Database support.
244244
245- |`spring-boot-starter-flyway`
246- |Support for Flyway database migrations.
247-
248- |`spring-boot-starter-liquibase`
249- |Support for Liquibase database migrations.
250-
251245|`spring-boot-starter-mobile`
252246|Support for `spring-mobile`
253247
You can’t perform that action at this time.
0 commit comments