License integration into a Quarkus based application
mgwillem
Posts: 1 New member
Hi!
We bought the Flyway license and we need to know how to integrate it to our Quarkus based application.
Currently this is the dependency we use for the community edition:
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway</artifactId>
</dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-flyway</artifactId>
</dependency>
Thanks for your help.
Tagged:
Answers
The following page on our documentation here has links to articles for integrations: https://documentation.red-gate.com/fd/community-plugins-and-integrations-184127405.html
The page here will be of assistance to you: https://quarkus.io/guides/flyway
Kind regards
Dan Calver | Redgate Software
Have you visited our Help Center?