mbuczko/boot-flyway

Run flyway migrations in boot.

Leiningen/Boot

[mbuczko/boot-flyway "0.1.0-SNAPSHOT"]

Clojure CLI/deps.edn

mbuczko/boot-flyway {:mvn/version "0.1.0-SNAPSHOT"}

Gradle

implementation("mbuczko:boot-flyway:0.1.0-SNAPSHOT")

Maven

<dependency>
  <groupId>mbuczko</groupId>
  <artifactId>boot-flyway</artifactId>
  <version>0.1.0-SNAPSHOT</version>
</dependency>