Skip to content

Flyway database migrations in a Spring Boot Application

Notifications You must be signed in to change notification settings

caciqu3s/springboot-flyway-demo

Repository files navigation

springboot-flyway-demo

Flyway database migrations in a Spring Boot Application

Configuration

  1. Install Lombok in your IDE
  2. If you want to run the application without Flyway, change spring.profiles.active configuration in application.properties to h2-no-migrations

How to run

On Linux / macOS:

./gradlew bootRun

On Windows:

gradlew bootRun

About

Flyway database migrations in a Spring Boot Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages