switch-to-spring #147

Open
seeseemelk wants to merge 9 commits from switch-to-spring into main
Showing only changes of commit 03aa050f6a - Show all commits

View File

@@ -24,6 +24,8 @@ dependencies {
implementation("org.springframework.boot:spring-boot-starter-flyway")
implementation("org.flywaydb:flyway-database-postgresql")
runtimeOnly("org.postgresql:postgresql")
compileOnly("org.projectlombok:lombok")
annotationProcessor("org.projectlombok:lombok")
testImplementation("org.springframework.boot:spring-boot-starter-test")
testImplementation("org.springframework.boot:spring-boot-testcontainers")