Skip to content

Commit 282b3bc

Browse files
committed
Merge branch '3.3.x'
Closes gh-41594
2 parents 0209ab5 + 53b275d commit 282b3bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-docs/src/docs/antora/modules/how-to/pages/data-initialization.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ If you need more control over the configuration, consider registering a `FlywayC
133133
Spring Boot calls `Flyway.migrate()` to perform the database migration.
134134
If you would like more control, provide a `@Bean` that implements xref:api:java/org/springframework/boot/autoconfigure/flyway/FlywayMigrationStrategy.html[`FlywayMigrationStrategy`].
135135

136-
Flyway supports SQL and Java https://flywaydb.org/documentation/concepts/callbacks[callbacks].
136+
Flyway supports SQL and Java https://documentation.red-gate.com/fd/callback-concept-184127466.html[callbacks].
137137
To use SQL-based callbacks, place the callback scripts in the `classpath:db/migration` directory.
138138
To use Java-based callbacks, create one or more beans that implement `Callback`.
139139
Any such beans are automatically registered with `Flyway`.

0 commit comments

Comments
 (0)