Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 966 Bytes

File metadata and controls

21 lines (13 loc) · 966 Bytes

spring-boot-flyway-docker-sample

Minimal Spring Boot Sample application with integration tests leveraging flyway DB migrations on a PostgreSQL running inside a Docker container.

Requirements:

  • Java 8
  • Maven
  • Docker

Execute integration tests with, which will start a PostgreSQL database inside a docker container, making it available on a random high network port:

mvn clean verify

Resources