Modernize Feedback service

This commit is contained in:
2025-11-13 13:05:46 +01:00
parent b43ec0856b
commit 98483338b4
9 changed files with 172 additions and 184 deletions

View File

@@ -37,4 +37,11 @@ dependencies {
runtimeOnly 'org.springframework.boot:spring-boot-devtools'
testImplementation 'org.springframework.boot:spring-boot-starter-test'
compileOnly("org.projectlombok:lombok:1.18.42")
annotationProcessor("org.projectlombok:lombok:1.18.42")
testCompileOnly("org.projectlombok:lombok:1.18.42")
testAnnotationProcessor("org.projectlombok:lombok:1.18.42")
}