switch-to-spring #147

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

View File

@@ -2,6 +2,7 @@ plugins {
java
id("org.springframework.boot") version "4.0.3"
id("io.spring.dependency-management") version "1.1.7"
id("io.freefair.lombok") version "9.2.0"
}
group = "be.seeseepuff"
@@ -24,8 +25,6 @@ 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")