From 021148f0638fb37c30becdf383532e53733b1b40 Mon Sep 17 00:00:00 2001 From: Patrick Boos Date: Mon, 30 Mar 2026 10:24:30 +0200 Subject: [PATCH] add `spring-boot-starter-flyway` --- build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle b/build.gradle index b6908f5..1df2d89 100644 --- a/build.gradle +++ b/build.gradle @@ -27,6 +27,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-jpa' implementation 'org.springframework.boot:spring-boot-starter-thymeleaf' implementation 'org.springframework.boot:spring-boot-starter-web' + implementation 'org.springframework.boot:spring-boot-starter-flyway' implementation 'org.flywaydb:flyway-core' compileOnly 'org.projectlombok:lombok' developmentOnly 'org.springframework.boot:spring-boot-devtools'