We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d286c6 commit cdec5b0Copy full SHA for cdec5b0
start-site/src/main/resources/application.yml
@@ -582,8 +582,12 @@ initializr:
582
- name: Flyway Migration
583
id: flyway
584
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
+ mappings:
+ - 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
591
starter: false
592
links:
593
- rel: reference
0 commit comments