Create spring-boot-flyway module

See gh-46086
This commit is contained in:
Stéphane Nicoll
2025-07-01 11:54:34 +01:00
committed by Andy Wilkinson
parent 3a90b32ac0
commit 80933d86b4
66 changed files with 297 additions and 274 deletions
@@ -16,8 +16,8 @@
package org.springframework.boot.docker.compose.service.connection.flyway;
import org.springframework.boot.autoconfigure.flyway.FlywayConnectionDetails;
import org.springframework.boot.docker.compose.service.connection.test.DockerComposeTest;
import org.springframework.boot.flyway.autoconfigure.FlywayConnectionDetails;
import org.springframework.boot.testsupport.container.TestImage;
import static org.assertj.core.api.Assertions.assertThat;