We are using the flyway core dependency with spring boot 3.2.4 version. But when we are trying to build the application by (mvn clean verify -DskipUTs) Integration test phase and mvn clean install (making the jar of application). Flyway is looking for actual postgres url. Attached the application.yaml, pom.xml and log.txt application.txt log.txt pom.txt
Comment From: wilkinsona
That's to be expected as you do not appear to have provided any test-specific database configuration. For example, you could use Testcontainers to create a Postgres instance in a Docker container for testing.
If you have any further questions, please follow up on Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use GitHub issues only for bugs and enhancements.