Actually add lombok support

This commit is contained in:
2026-03-02 18:09:38 +01:00
parent 6beba890e8
commit 03aa050f6a

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")