We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6289e2b + 038e848 commit 4dfec08Copy full SHA for 4dfec08
build.gradle
@@ -27,6 +27,7 @@ dependencies {
27
implementation 'org.springframework.boot:spring-boot-starter-data-jpa'
28
implementation 'org.springframework.boot:spring-boot-starter-thymeleaf'
29
implementation 'org.springframework.boot:spring-boot-starter-web'
30
+ implementation 'org.springframework.boot:spring-boot-starter-flyway'
31
implementation 'org.flywaydb:flyway-core'
32
compileOnly 'org.projectlombok:lombok'
33
developmentOnly 'org.springframework.boot:spring-boot-devtools'
0 commit comments