nikos / 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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:Apache License 2.0


Languages

Language:Java 100.0%