Skip to content

Commit cdec5b0

Browse files
committed
Use spring-boot-flyway if Boot 4.0.x is selected
See gh-1861
1 parent 0d286c6 commit cdec5b0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

start-site/src/main/resources/application.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -582,8 +582,12 @@ initializr:
582582
- name: Flyway Migration
583583
id: flyway
584584
description: Version control for your database so you can migrate from any version (incl. an empty database) to the latest version of the schema.
585-
groupId: org.flywaydb
586-
artifactId: flyway-core
585+
mappings:
586+
- compatibilityRange: "[3.4.0,4.0.0-M1)"
587+
group-id: org.flywaydb
588+
artifact-id: flyway-core
589+
groupId: org.springframework.boot
590+
artifactId: spring-boot-flyway
587591
starter: false
588592
links:
589593
- rel: reference

0 commit comments

Comments
 (0)