commit 2173fb84b0bd6d32624cc7d5b1c9039e475c1a4a
parent 340099479b06013f922301928d5fcaeaf3a8c982
Author: Wim Dupont <wim@wimdupont.com>
Date: Sun, 1 Mar 2026 10:39:06 +0100
spring boot starter flyway added
Diffstat:
1 file changed, 4 insertions(+), 0 deletions(-)
diff --git a/pom.xml b/pom.xml
@@ -58,6 +58,10 @@
<groupId>org.flywaydb</groupId>
<artifactId>flyway-mysql</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-flyway</artifactId>
+ </dependency>
</dependencies>
<build>