Skip to content

Commit b5e608f

Browse files
author
Dave Syer
committed
Remove mention of missing starters
1 parent c65337c commit b5e608f

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

spring-boot-docs/src/main/asciidoc/howto.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
11011101
To 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

11041104
The 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
11181118
To 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

11211121
The master change log is by default read from `db/changelog/db.changelog-master.yaml` but
11221122
can be set using `liquibase.change-log`. See

spring-boot-docs/src/main/asciidoc/using-spring-boot.adoc

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)