Skip to content

Commit

Permalink
Merge pull request #41591 from lamtrinhdev
Browse files Browse the repository at this point in the history
* pr/41591:
  Fix link to Flyway reference documentation

Closes gh-41591
  • Loading branch information
snicoll committed Jul 23, 2024
2 parents 72867a3 + b469c74 commit 7161f92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ If you need more control over the configuration, consider registering a `FlywayC
Spring Boot calls `Flyway.migrate()` to perform the database migration.
If you would like more control, provide a `@Bean` that implements {spring-boot-autoconfigure-module-code}/flyway/FlywayMigrationStrategy.java[`FlywayMigrationStrategy`].

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

0 comments on commit 7161f92

Please sign in to comment.